[SCM] csound/master: debian/custom.py: Small fix to set -Wl, --as-needed properly.

alessio at users.alioth.debian.org alessio at users.alioth.debian.org
Tue Mar 8 17:02:45 UTC 2011


The following commit has been merged in the master branch:
commit ec8656e35c7c4bc4ac23be6a424917346c45d088
Author: Alessio Treglia <alessio at debian.org>
Date:   Tue Mar 8 18:01:49 2011 +0100

    debian/custom.py: Small fix to set -Wl,--as-needed properly.

diff --git a/debian/custom.py b/debian/custom.py
index 30ba154..5b33458 100644
--- a/debian/custom.py
+++ b/debian/custom.py
@@ -22,5 +22,5 @@ customCPPPATH.append('/usr/lib/jvm/default-java/include')
 customCPPPATH.append('/usr/lib/jvm/default-java/include/linux')
 customCPPPATH.append('/usr/include/stk')
 customLIBPATH.append('.')
-customSHLINKFLAGS.append('-Wl,-as-needed')
+customSHLINKFLAGS.append('-Wl,--as-needed')
 

-- 
csound packaging



More information about the pkg-multimedia-commits mailing list