r10786 - in /desktop/unstable/librsvg/debian: changelog rules

lool at users.alioth.debian.org lool at users.alioth.debian.org
Sun May 6 08:20:17 UTC 2007


Author: lool
Date: Sun May  6 08:20:16 2007
New Revision: 10786

URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=10786
Log:
* Pass -z defs in LDFLAGS for additional safety.

Modified:
    desktop/unstable/librsvg/debian/changelog
    desktop/unstable/librsvg/debian/rules

Modified: desktop/unstable/librsvg/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/librsvg/debian/changelog?rev=10786&op=diff
==============================================================================
--- desktop/unstable/librsvg/debian/changelog (original)
+++ desktop/unstable/librsvg/debian/changelog Sun May  6 08:20:16 2007
@@ -2,8 +2,9 @@
 
   * Drop dependencies on libgtk2.0-common and libgtk2.0-bin; thanks "Jonny";
     closes: #419335.
-
- -- Loic Minier <lool at dooz.org>  Sun, 15 Apr 2007 09:15:05 +0200
+  * Pass -z defs in LDFLAGS for additional safety.
+
+ -- Loic Minier <lool at dooz.org>  Sun, 06 May 2007 10:17:22 +0200
 
 librsvg (2.16.1-2) unstable; urgency=low
 

Modified: desktop/unstable/librsvg/debian/rules
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/librsvg/debian/rules?rev=10786&op=diff
==============================================================================
--- desktop/unstable/librsvg/debian/rules (original)
+++ desktop/unstable/librsvg/debian/rules Sun May  6 08:20:16 2007
@@ -23,7 +23,7 @@
 			     --with-svgz --disable-gnome-vfs \
 			     --disable-mozilla-plugin
 
-LDFLAGS += -Wl,-O1 -Wl,--as-needed
+LDFLAGS += -Wl,-z,defs -Wl,-O1 -Wl,--as-needed
 
 DEB_DH_MAKESHLIBS_ARGS_$(LIBRSVG2_PKG) += -V '$(LIBRSVG2_PKG) (>= 2.16.1)'
 




More information about the pkg-gnome-commits mailing list