aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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