add as-needed
authorjaehwan <jae.hwan.kim@samsung.com>
Wed, 15 Sep 2010 00:35:08 +0000 (09:35 +0900)
committerjaehwan <jae.hwan.kim@samsung.com>
Wed, 15 Sep 2010 00:35:08 +0000 (09:35 +0900)
debian/changelog
debian/rules

index a8307c0..ddca042 100644 (file)
@@ -1,3 +1,11 @@
+eet (1.2.0+svn.51480slp2+build02) unstable; urgency=low
+
+  * add as-needed
+  * Git: 165.213.180.234:/git/slp/pkgs/eet
+  * Tag: eet_1.2.0+svn.51480slp2+build02
+
+ -- Jaehwan.kim <jae.hwan.kim@samsung.com>  Wed, 15 Sep 2010 09:34:32 +0900
+
 eet (1.2.0+svn.51480slp2+build01) unstable; urgency=low
 
   * efl 1.0 alpha upgradey
index bfa9f04..917f678 100755 (executable)
@@ -3,8 +3,9 @@
 include /usr/share/cdbs/1/rules/debhelper.mk
 include /usr/share/cdbs/1/class/autotools.mk
 
-CFLAGS += -fvisibility=hidden
-LDFLAGS += -fvisibility=hidden
+CFLAGS += -fvisibility=hidden -fPIC
+LDFLAGS += -fvisibility=hidden -Wl,--hash-style=both -Wl,--as-needed
+
 
 DEB_INSTALL_MANPAGES_libeet-doc := $(DEB_SRCDIR)/doc/man/man3/E*.3 $(DEB_SRCDIR)/doc/man/man3/e*.3
 DEB_INSTALL_MANPAGES_libeet-bin := $(DEB_SRCDIR)/debian/eet.1