aboutsummaryrefslogtreecommitdiff
path: root/trunk/mkbuild
diff options
context:
space:
mode:
authorrhatto <rhatto@04377dda-e619-0410-9926-eae83683ac58>2008-04-25 21:52:22 +0000
committerrhatto <rhatto@04377dda-e619-0410-9926-eae83683ac58>2008-04-25 21:52:22 +0000
commite0c2b5c691f6ac695867cbe3f2a3deaf63308fc4 (patch)
tree3e2e55c4c429a91a1a0965b6f4c2679df1d1c5a0 /trunk/mkbuild
parente5519957e1ec062edb801049c937936b38ec8d97 (diff)
downloadsimplepkg-e0c2b5c691f6ac695867cbe3f2a3deaf63308fc4.tar.gz
simplepkg-e0c2b5c691f6ac695867cbe3f2a3deaf63308fc4.tar.bz2
see CHANGELOG for details
git-svn-id: svn+slack://slack.fluxo.info/var/svn/simplepkg@500 04377dda-e619-0410-9926-eae83683ac58
Diffstat (limited to 'trunk/mkbuild')
-rw-r--r--trunk/mkbuild/generic.mkSlackBuild1
1 files changed, 1 insertions, 0 deletions
diff --git a/trunk/mkbuild/generic.mkSlackBuild b/trunk/mkbuild/generic.mkSlackBuild
index b8e4744..87ecd43 100644
--- a/trunk/mkbuild/generic.mkSlackBuild
+++ b/trunk/mkbuild/generic.mkSlackBuild
@@ -70,6 +70,7 @@ elif [ "$ARCH" = "s390" ]; then
elif [ "$ARCH" = "x86_64" ]; then
SLKCFLAGS="-O2 -fPIC"
LIBDIR="$PREFIX/lib64"
+ LDFLAGS="-L/lib64 -L/usr/lib64"
fi
</slkflags>