[SCM] zita-at1/master: Settings $PREFIX,	$SUFFIX is no longer needed. Pass -Wl, --as-needed to the linker.
    alessio at users.alioth.debian.org 
    alessio at users.alioth.debian.org
       
    Tue Nov  9 11:11:15 UTC 2010
    
    
  
The following commit has been merged in the master branch:
commit e861fbec02d14d5de3b650d7c2ffecb7cf1bdae6
Author: Alessio Treglia <alessio at debian.org>
Date:   Tue Nov 9 12:10:33 2010 +0100
    Settings $PREFIX,$SUFFIX is no longer needed. Pass -Wl,--as-needed to the linker.
diff --git a/debian/rules b/debian/rules
index ace60e2..87007ab 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,7 +1,6 @@
 #!/usr/bin/make -f
 
-export PREFIX=/usr
-export SUFFIX=
+LDFLAGS+=-Wl,--as-needed
 
 %:
 	dh $@ -Smakefile -Dsource
-- 
zita-at1 packaging
    
    
More information about the pkg-multimedia-commits
mailing list