[Pkg-xfce-commits] r4260 - desktop/branches/experimental/xfce4-panel/debian

Lionel Le Folgoc mrpouit-guest at alioth.debian.org
Sun Sep 5 02:01:13 UTC 2010


Author: mrpouit-guest
Date: 2010-09-05 14:01:01 +0000 (Sun, 05 Sep 2010)
New Revision: 4260

Modified:
   desktop/branches/experimental/xfce4-panel/debian/changelog
   desktop/branches/experimental/xfce4-panel/debian/rules
Log:
link with --as-needed

Modified: desktop/branches/experimental/xfce4-panel/debian/changelog
===================================================================
--- desktop/branches/experimental/xfce4-panel/debian/changelog	2010-09-05 13:54:37 UTC (rev 4259)
+++ desktop/branches/experimental/xfce4-panel/debian/changelog	2010-09-05 14:01:01 UTC (rev 4260)
@@ -14,7 +14,6 @@
   * debian/*.install: refreshed.
   * debian/rules:
     - call dpkg-buildflags
-    - temporarily comment out LDFLAGS as it ftbfs with --as-needed
     - dropped rc files mangling as they don't exist anymore
     - updated removal of *.{l,}a files.
   * debian/xfce4-panel.{preinst,postinst,prerm}: use dpkg-maintscript-helper

Modified: desktop/branches/experimental/xfce4-panel/debian/rules
===================================================================
--- desktop/branches/experimental/xfce4-panel/debian/rules	2010-09-05 13:54:37 UTC (rev 4259)
+++ desktop/branches/experimental/xfce4-panel/debian/rules	2010-09-05 14:01:01 UTC (rev 4260)
@@ -2,7 +2,7 @@
 
 CFLAGS=$(shell dpkg-buildflags --get CFLAGS)
 LDFLAGS=$(shell dpkg-buildflags --get LDFLAGS)
-#LDFLAGS+=-Wl,-z,defs -Wl,--as-needed
+LDFLAGS+=-Wl,-z,defs -Wl,--as-needed
 
 override_dh_install:
 	rm -f $(CURDIR)/debian/tmp/usr/lib/xfce4/panel/plugins/*.la




More information about the Pkg-xfce-commits mailing list