r14423 - in /packages/unstable/libgda3/debian: changelog rules

grm-guest at users.alioth.debian.org grm-guest at users.alioth.debian.org
Sat Feb 2 21:04:31 UTC 2008


Author: grm-guest
Date: Sat Feb  2 21:04:31 2008
New Revision: 14423

URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=14423
Log:
Set --as-needed flag to prevent links against uneeded libs


Modified:
    packages/unstable/libgda3/debian/changelog
    packages/unstable/libgda3/debian/rules

Modified: packages/unstable/libgda3/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/unstable/libgda3/debian/changelog?rev=14423&op=diff
==============================================================================
--- packages/unstable/libgda3/debian/changelog (original)
+++ packages/unstable/libgda3/debian/changelog Sat Feb  2 21:04:31 2008
@@ -4,11 +4,12 @@
   * debian/rules:
     - Add uitls.mk cdbs rules to make list-missing target work
     - Explictly disable plugins which aren't packaged
+    - Set --as-needed flag to prevent links against uneeded libs
   * Fix FTBFS if building twice in a row (closes: #442634)
     - debian/control.in: Build-depend on flex
     - debian/rules: Remove files generated by flex and bison on clean 
 
- -- Gustavo R. Montesino <grmontesino at ig.com.br>  Sat, 02 Feb 2008 16:01:28 -0200
+ -- Gustavo R. Montesino <grmontesino at ig.com.br>  Sat, 02 Feb 2008 18:40:19 -0200
 
 libgda3 (3.0.1-1) unstable; urgency=low
 

Modified: packages/unstable/libgda3/debian/rules
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/unstable/libgda3/debian/rules?rev=14423&op=diff
==============================================================================
--- packages/unstable/libgda3/debian/rules (original)
+++ packages/unstable/libgda3/debian/rules Sat Feb  2 21:04:31 2008
@@ -10,6 +10,8 @@
 -include /usr/share/gnome-pkg-tools/1/rules/gnome-get-source.mk
 
 LDFLAGS += -Wl,-z,defs
+
+LDFLAGS += -Wl,--as-needed
 
 LDFLAGS += -Wl,-O1
 




More information about the pkg-gnome-commits mailing list