From cbef05a35c790d5ebf67cef34544d07933dda940 Mon Sep 17 00:00:00 2001 From: rhatto Date: Tue, 7 Nov 2006 01:42:29 +0000 Subject: soundtouch with -fPIC for x86_64 git-svn-id: svn+slack://slack.fluxo.info/var/svn/slackbuilds@590 370017ae-e619-0410-ac65-c121f96126d4 --- soundtouch/soundtouch.SlackBuild | 1 + 1 file changed, 1 insertion(+) 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 -- cgit v1.2.3