r16875 - in /packages/experimental/gtranslator/debian: changelog rules

jordi at users.alioth.debian.org jordi at users.alioth.debian.org
Tue Sep 2 16:52:11 UTC 2008


Author: jordi
Date: Tue Sep  2 16:52:11 2008
New Revision: 16875

URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=16875
Log:
Fix LDFLAGS as suggested by lool

Modified:
    packages/experimental/gtranslator/debian/changelog
    packages/experimental/gtranslator/debian/rules

Modified: packages/experimental/gtranslator/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/experimental/gtranslator/debian/changelog?rev=16875&op=diff
==============================================================================
--- packages/experimental/gtranslator/debian/changelog (original)
+++ packages/experimental/gtranslator/debian/changelog Tue Sep  2 16:52:11 2008
@@ -33,8 +33,8 @@
     these workarounds shouldn't be needed anymore.
   * Temporarily Build-Depend on libgnomeui-dev as it's currently required
     to link to libgdl-1-0.
-  * Add "-Wl,-O1 -Wl,--as-needed" to LDFLAGS to avoid a ton of extra
-    dependencies due to -lgdl requiring libgnomeui right now.
+  * Add " -Wl,-O1 -Wl,-z,defs -Wl,--as-needed" to LDFLAGS to avoid a ton of
+    extra dependencies due to -lgdl requiring libgnomeui right now.
 
  -- Jordi Mallach <jordi at debian.org>  Sun, 31 Aug 2008 23:20:49 +0200
 

Modified: packages/experimental/gtranslator/debian/rules
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/experimental/gtranslator/debian/rules?rev=16875&op=diff
==============================================================================
--- packages/experimental/gtranslator/debian/rules (original)
+++ packages/experimental/gtranslator/debian/rules Tue Sep  2 16:52:11 2008
@@ -6,7 +6,7 @@
 include /usr/share/gnome-pkg-tools/1/rules/uploaders.mk
 -include /usr/share/gnome-pkg-tools/1/rules/gnome-get-source.mk
 
-LDFLAGS += -Wl,-O1 -Wl,--as-needed
+LDFLAGS += -Wl,-O1 -Wl,-z,defs -Wl,--as-needed
 
 DEB_CONFIGURE_EXTRA_FLAGS += --enable-debug=no
 




More information about the pkg-gnome-commits mailing list