r26127 - in /desktop/experimental/glib2.0/debian: changelog rules

pochu at users.alioth.debian.org pochu at users.alioth.debian.org
Tue Jan 4 22:52:40 UTC 2011


Author: pochu
Date: Tue Jan  4 22:52:40 2011
New Revision: 26127

URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=26127
Log:
* debian/rules:
  - Explicitly link with --no-as-needed, as --as-needed might be the
    default and is harmful for us.

Modified:
    desktop/experimental/glib2.0/debian/changelog
    desktop/experimental/glib2.0/debian/rules

Modified: desktop/experimental/glib2.0/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/experimental/glib2.0/debian/changelog?rev=26127&op=diff
==============================================================================
--- desktop/experimental/glib2.0/debian/changelog [utf-8] (original)
+++ desktop/experimental/glib2.0/debian/changelog [utf-8] Tue Jan  4 22:52:40 2011
@@ -3,6 +3,9 @@
   * Switch to CDBS' flavors system.
   * Switch to source format 3.0 (quilt).
   * Stop symlinking /usr/share/doc/$pkg directories.
+  * debian/rules:
+    - Explicitly link with --no-as-needed, as --as-needed might be the
+      default and is harmful for us.
 
  -- Emilio Pozuelo Monfort <pochu at debian.org>  Fri, 24 Dec 2010 00:05:04 +0000
 

Modified: desktop/experimental/glib2.0/debian/rules
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/experimental/glib2.0/debian/rules?rev=26127&op=diff
==============================================================================
--- desktop/experimental/glib2.0/debian/rules [utf-8] (original)
+++ desktop/experimental/glib2.0/debian/rules [utf-8] Tue Jan  4 22:52:40 2011
@@ -20,6 +20,7 @@
 # NB: do NOT use -Wl,--as-needed to build glib; for instance the link to
 # pthread is carefully crafted to allow dlopen()ing pthread-using libs; see
 # http://mid.gmane.org/1257999019.21780.15.camel@marzipan
+LDFLAGS += -Wl,--no-as-needed
 
 # Make the linker work a bit harder so dynamic loading can be done faster
 LDFLAGS += -Wl,-O1




More information about the pkg-gnome-commits mailing list