summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
author Eric Hameleers <alien@slackware.com>2009-09-06 12:39:21 +0000
committer Eric Hameleers <alien@slackware.com>2009-09-06 12:39:21 +0000
commit2768feebe84effef4fa8e041a06c69f34d76b8cc (patch)
tree8cb2d8f2566ff60e78f8ce312c38ae5cfbb392ea
parent15867221323776e5891ee9dd6b79326854a1dbc6 (diff)
downloadasb-2768feebe84effef4fa8e041a06c69f34d76b8cc.tar.gz
asb-2768feebe84effef4fa8e041a06c69f34d76b8cc.tar.xz
Some updates
-rwxr-xr-xnspluginwrapper/build/nspluginwrapper.SlackBuild13
1 files changed, 2 insertions, 11 deletions
diff --git a/nspluginwrapper/build/nspluginwrapper.SlackBuild b/nspluginwrapper/build/nspluginwrapper.SlackBuild
index c424dd9f..c20a6d46 100755
--- a/nspluginwrapper/build/nspluginwrapper.SlackBuild
+++ b/nspluginwrapper/build/nspluginwrapper.SlackBuild
@@ -75,11 +75,11 @@ P1=${1:-1}
case "$ARCH" in
i486) SLKCFLAGS="-O2 -march=i486 -mtune=i686"
SLKLDFLAGS=""; LIBDIRSUFFIX=""
- ARCHOPT="--enable-generic"
+ ARCHOPT=""
;;
x86_64) SLKCFLAGS="-O2 -fPIC"
SLKLDFLAGS="-L/usr/lib64"; LIBDIRSUFFIX="64"
- ARCHOPT="--enable-biarch"
+ ARCHOPT="--enable-biarch --with-lib32=lib --with-lib64=lib64"
;;
esac
@@ -135,16 +135,7 @@ CXXFLAGS="$SLKCFLAGS" \
CFLAGS="$SLKCFLAGS" \
./configure \
--prefix=/usr \
- --libdir=/usr/lib${LIBDIRSUFFIX} \
- --mandir=/usr/man \
- --localstatedir=/var \
- --sysconfdir=/etc \
$ARCHOPT \
- --with-lib32=lib \
- --with-lib64=lib${LIBDIRSUFFIX} \
- --program-prefix= \
- --program-suffix= \
- --build=$ARCH-slackware-linux \
2>&1 | tee $OUTPUT/configure-${PRGNAM}.log
make 2>&1 | tee $OUTPUT/make-${PRGNAM}.log