summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjaehwan <jae.hwan.kim@samsung.com>2010-10-05 14:14:30 +0900
committerjaehwan <jae.hwan.kim@samsung.com>2010-10-05 14:14:30 +0900
commit09300971629dbe2b17ec2414208f5ea8a015e52b (patch)
tree38be97bf17105924c8660d5947932605826f6caa
parent5f3e74ac844bd9cef622dc39c1b43b6c83599a56 (diff)
downloadedje-multisense-plugin-09300971629dbe2b17ec2414208f5ea8a015e52b.tar.gz
edje-multisense-plugin-09300971629dbe2b17ec2414208f5ea8a015e52b.tar.bz2
edje-multisense-plugin-09300971629dbe2b17ec2414208f5ea8a015e52b.zip
add as-needed
-rwxr-xr-xdebian/rules4
1 files changed, 2 insertions, 2 deletions
diff --git a/debian/rules b/debian/rules
index 9626671..3b2acc6 100755
--- a/debian/rules
+++ b/debian/rules
@@ -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::