aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorrhatto <rhatto@370017ae-e619-0410-ac65-c121f96126d4>2006-09-01 21:17:26 +0000
committerrhatto <rhatto@370017ae-e619-0410-ac65-c121f96126d4>2006-09-01 21:17:26 +0000
commitfa5c420bedfb47b19c23e62ab69d030ad328e520 (patch)
tree54dfbbbf147b648c8cbc1e5a4edc890199d8641c
parent6c17e269764ea405e3ef8f31a91acd4eddad8717 (diff)
downloadslackbuilds-fa5c420bedfb47b19c23e62ab69d030ad328e520.tar.gz
slackbuilds-fa5c420bedfb47b19c23e62ab69d030ad328e520.tar.bz2
mod_python update
git-svn-id: svn+slack://slack.fluxo.info/var/svn/slackbuilds@137 370017ae-e619-0410-ac65-c121f96126d4
-rwxr-xr-xmod_python/mod_python.build7
1 files changed, 7 insertions, 0 deletions
diff --git a/mod_python/mod_python.build b/mod_python/mod_python.build
index e301482c..244c8792 100755
--- a/mod_python/mod_python.build
+++ b/mod_python/mod_python.build
@@ -24,6 +24,13 @@ BUILD=${BUILD:=1rha}
SRC_DIR=${SRC:=$CWD}
TMP=${TMP:=/tmp}
+if [ "$ARCH" == "x86_64" ]; then
+ export LDFLAGS="-L/lib64 -L/usr/lib64"
+ LIBDIR=/usr/lib64
+else
+ LIBDIR=/usr/lib
+fi
+
RTOOL="wget"
PACKAGE_EXT="tgz"
SRC="$PACKAGE-$VERSION.$PACKAGE_EXT"