[SCM] Debian packaging for XMLTooling-C branch, master,	updated. debian/1.4.2-1-10-g9b4021e
    Russ Allbery 
    rra at debian.org
       
    Thu Jan 26 21:12:34 UTC 2012
    
    
  
The following commit has been merged in the master branch:
commit c47bd63c6ea3f5062ea7e1c0c756c2a5b3f60787
Author: Russ Allbery <rra at debian.org>
Date:   Thu Jan 26 02:49:22 2012 -0800
    Fix addition of --as-needed
diff --git a/debian/rules b/debian/rules
index a943932..45dfbc1 100755
--- a/debian/rules
+++ b/debian/rules
@@ -4,7 +4,7 @@
 export DEB_BUILD_MAINT_OPTIONS = all
 
 # Suppress unnecessary library dependencies.
-export DEB_MAINT_LDFLAGS_APPEND = --as-needed
+export DEB_LDFLAGS_MAINT_APPEND = -Wl,--as-needed
 
 DOCS = debian/libxmltooling-doc/usr/share/doc/libxmltooling-doc
 
-- 
Debian packaging for XMLTooling-C
    
    
More information about the Pkg-shibboleth-devel
mailing list