r22320 - in /desktop/unstable/glib2.0/debian: changelog rules

lool at users.alioth.debian.org lool at users.alioth.debian.org
Fri Nov 13 13:05:50 UTC 2009


Author: lool
Date: Fri Nov 13 13:05:50 2009
New Revision: 22320

URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=22320
Log:
Add note to NOT use -Wl,--as-needed as it might a critical -lpthread link
in gio (which dlopen()s gvfs); see <1257999019.21780.15.camel at marzipan>.

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

Modified: desktop/unstable/glib2.0/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/glib2.0/debian/changelog?rev=22320&op=diff
==============================================================================
--- desktop/unstable/glib2.0/debian/changelog [utf-8] (original)
+++ desktop/unstable/glib2.0/debian/changelog [utf-8] Fri Nov 13 13:05:50 2009
@@ -1,6 +1,8 @@
 glib2.0 (2.22.2-3) UNRELEASED; urgency=low
 
   * -refdbg package is section/prio debug/extra.
+  * Add note to NOT use -Wl,--as-needed as it might a critical -lpthread link
+    in gio (which dlopen()s gvfs); see <1257999019.21780.15.camel at marzipan>.
 
  -- Loïc Minier <lool at dooz.org>  Thu, 08 Oct 2009 19:15:33 +0200
 

Modified: desktop/unstable/glib2.0/debian/rules
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/glib2.0/debian/rules?rev=22320&op=diff
==============================================================================
--- desktop/unstable/glib2.0/debian/rules [utf-8] (original)
+++ desktop/unstable/glib2.0/debian/rules [utf-8] Fri Nov 13 13:05:50 2009
@@ -32,6 +32,10 @@
 # Ensure the build aborts when there are still references to undefined
 # symbols
 LDFLAGS += -Wl,-z,defs
+
+# 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
 
 # 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