diff options
author | jaehwan <jae.hwan.kim@samsung.com> | 2010-10-05 14:14:30 +0900 |
---|---|---|
committer | jaehwan <jae.hwan.kim@samsung.com> | 2010-10-05 14:14:30 +0900 |
commit | 09300971629dbe2b17ec2414208f5ea8a015e52b (patch) | |
tree | 38be97bf17105924c8660d5947932605826f6caa | |
parent | 5f3e74ac844bd9cef622dc39c1b43b6c83599a56 (diff) | |
download | edje-multisense-plugin-09300971629dbe2b17ec2414208f5ea8a015e52b.tar.gz edje-multisense-plugin-09300971629dbe2b17ec2414208f5ea8a015e52b.tar.bz2 edje-multisense-plugin-09300971629dbe2b17ec2414208f5ea8a015e52b.zip |
add as-needed
-rwxr-xr-x | debian/rules | 4 |
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:: |