add as-needed
authorjaehwan <jae.hwan.kim@samsung.com>
Tue, 5 Oct 2010 05:14:30 +0000 (14:14 +0900)
committerjaehwan <jae.hwan.kim@samsung.com>
Tue, 5 Oct 2010 05:14:30 +0000 (14:14 +0900)
debian/rules

index 9626671..3b2acc6 100755 (executable)
@@ -8,8 +8,8 @@ DEB_MAKE_CLEAN_TARGET := distclean
 
 DEB_CONFIGURE_EXTRA_FLAGS := 
 DEB_SOURCE_VERSION := $(shell )
-CFLAGS += -fvisibility=hidden -ffast-math
-LDFLAGS += -fvisibility=hidden
+CFLAGS += -fvisibility=hidden -ffast-math -fPIC
+LDFLAGS += -fvisibility=hidden -Wl,--hash-style=both -Wl,--as-needed
 
 
 clean::