aboutsummaryrefslogtreecommitdiff
path: root/mod_python
diff options
context:
space:
mode:
authorrhatto <rhatto@370017ae-e619-0410-ac65-c121f96126d4>2006-09-01 21:23:19 +0000
committerrhatto <rhatto@370017ae-e619-0410-ac65-c121f96126d4>2006-09-01 21:23:19 +0000
commit85dfac0dd58430643f248a26bfe8bdca85ba14d4 (patch)
tree9f2af199a3c18e1d2c9d238a1d0e7b6c362f75e3 /mod_python
parent151b07ec06ee3301c6d3311c3b4a39df0d898bfb (diff)
downloadslackbuilds-85dfac0dd58430643f248a26bfe8bdca85ba14d4.tar.gz
slackbuilds-85dfac0dd58430643f248a26bfe8bdca85ba14d4.tar.bz2
gnash update
git-svn-id: svn+slack://slack.fluxo.info/var/svn/slackbuilds@139 370017ae-e619-0410-ac65-c121f96126d4
Diffstat (limited to 'mod_python')
-rwxr-xr-xmod_python/mod_python.build2
1 files changed, 1 insertions, 1 deletions
diff --git a/mod_python/mod_python.build b/mod_python/mod_python.build
index 1d44d7f4..7e06c482 100755
--- a/mod_python/mod_python.build
+++ b/mod_python/mod_python.build
@@ -25,7 +25,7 @@ SRC_DIR=${SRC:=$CWD}
TMP=${TMP:=/tmp}
if [ "$ARCH" == "x86_64" ]; then
- export CFLAGS=-fPIC
+ export CFLAGS="-fPIC"
export LDFLAGS="-L/lib64 -L/usr/lib64"
LIBDIR=/usr/lib64
else