aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorrhatto <rhatto@370017ae-e619-0410-ac65-c121f96126d4>2006-11-07 01:42:29 +0000
committerrhatto <rhatto@370017ae-e619-0410-ac65-c121f96126d4>2006-11-07 01:42:29 +0000
commitcbef05a35c790d5ebf67cef34544d07933dda940 (patch)
tree6877d47aac39edd2a8e42bde44a4a88572a2cadf
parente7d549d869b5285c4d51c95ca8b3c2702ba33a5f (diff)
downloadslackbuilds-cbef05a35c790d5ebf67cef34544d07933dda940.tar.gz
slackbuilds-cbef05a35c790d5ebf67cef34544d07933dda940.tar.bz2
soundtouch with -fPIC for x86_64
git-svn-id: svn+slack://slack.fluxo.info/var/svn/slackbuilds@590 370017ae-e619-0410-ac65-c121f96126d4
-rwxr-xr-xsoundtouch/soundtouch.SlackBuild1
1 files changed, 1 insertions, 0 deletions
diff --git a/soundtouch/soundtouch.SlackBuild b/soundtouch/soundtouch.SlackBuild
index 5d6a547f..7c856987 100755
--- a/soundtouch/soundtouch.SlackBuild
+++ b/soundtouch/soundtouch.SlackBuild
@@ -36,6 +36,7 @@ TMP=${TMP:=/tmp}
REPOS=${REPOS:=$TMP}
if [ "$ARCH" == "x86_64" ]; then
+ export CFLAGS=-fPIC
export LDFLAGS="-L/lib64 -L/usr/lib64"
LIBDIR=/usr/lib64
else