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

Lionel Le Folgoc mrpouit-guest at alioth.debian.org
Sun May 23 04:43:00 UTC 2010


Author: mrpouit-guest
Date: 2010-05-23 16:42:59 +0000 (Sun, 23 May 2010)
New Revision: 4091

Modified:
   desktop/branches/experimental/xfce4-panel/debian/changelog
   desktop/branches/experimental/xfce4-panel/debian/rules
Log:
debian/rules: temporarily comment out LDFLAGS as it ftbfs with --as-needed.

Modified: desktop/branches/experimental/xfce4-panel/debian/changelog
===================================================================
--- desktop/branches/experimental/xfce4-panel/debian/changelog	2010-05-23 16:32:06 UTC (rev 4090)
+++ desktop/branches/experimental/xfce4-panel/debian/changelog	2010-05-23 16:42:59 UTC (rev 4091)
@@ -9,6 +9,7 @@
   * debian/xfce4-panel.lintian-overrides: refreshed, new lib name.
   * debian/xfce4-panel.preinst: added, handles removal of old conffiles.
   * debian/*.install: refreshed.
+  * debian/rules: temporarily comment out LDFLAGS as it ftbfs with --as-needed.
 
  -- Lionel Le Folgoc <mrpouit at gmail.com>  Fri, 14 May 2010 11:20:14 +0200
 

Modified: desktop/branches/experimental/xfce4-panel/debian/rules
===================================================================
--- desktop/branches/experimental/xfce4-panel/debian/rules	2010-05-23 16:32:06 UTC (rev 4090)
+++ desktop/branches/experimental/xfce4-panel/debian/rules	2010-05-23 16:42:59 UTC (rev 4091)
@@ -1,6 +1,6 @@
 #!/usr/bin/make -f
 
-LDFLAGS+=-Wl,-z,defs -Wl,--as-needed
+#LDFLAGS+=-Wl,-z,defs -Wl,--as-needed
 
 ifneq (,$(findstring noopt,$(DEB_BUILD_OPTIONS)))
 	CFLAGS += -O0




More information about the Pkg-xfce-commits mailing list