diff options
| author | rhatto <rhatto@370017ae-e619-0410-ac65-c121f96126d4> | 2006-09-01 21:17:26 +0000 |
|---|---|---|
| committer | rhatto <rhatto@370017ae-e619-0410-ac65-c121f96126d4> | 2006-09-01 21:17:26 +0000 |
| commit | fa5c420bedfb47b19c23e62ab69d030ad328e520 (patch) | |
| tree | 54dfbbbf147b648c8cbc1e5a4edc890199d8641c /mod_python | |
| parent | 6c17e269764ea405e3ef8f31a91acd4eddad8717 (diff) | |
| download | slackbuilds-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
Diffstat (limited to 'mod_python')
| -rwxr-xr-x | mod_python/mod_python.build | 7 |
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" |
