summaryrefslogtreecommitdiffstats
path: root/xulrunner
diff options
context:
space:
mode:
author Eric Hameleers <alien@slackware.com>2009-11-14 14:27:30 +0000
committer Eric Hameleers <alien@slackware.com>2009-11-14 14:27:30 +0000
commit9761da6f5a1be46644f1b3dc7483d453cbb37c85 (patch)
tree82834d76d181573f227fdd02ad3872fa5e5fbae4 /xulrunner
parent98a15165ade997bfbf084b70619e442af3627ec5 (diff)
downloadasb-9761da6f5a1be46644f1b3dc7483d453cbb37c85.tar.gz
asb-9761da6f5a1be46644f1b3dc7483d453cbb37c85.tar.xz
Sqlite fix
Diffstat (limited to 'xulrunner')
-rwxr-xr-xxulrunner/build/xulrunner.SlackBuild3
1 files changed, 2 insertions, 1 deletions
diff --git a/xulrunner/build/xulrunner.SlackBuild b/xulrunner/build/xulrunner.SlackBuild
index 26fa39ec..0b42267f 100755
--- a/xulrunner/build/xulrunner.SlackBuild
+++ b/xulrunner/build/xulrunner.SlackBuild
@@ -157,7 +157,6 @@ export CFLAGS="$SLKCFLAGS"
--enable-system-cairo \
--enable-default-toolkit=cairo-gtk2 \
--enable-system-lcms \
- --enable-system-sqlite \
--enable-safe-browsing \
--disable-pedantic \
--disable-debug \
@@ -177,6 +176,8 @@ export CFLAGS="$SLKCFLAGS"
--program-suffix= \
--build=$ARCH-slackware-linux \
2>&1 | tee $OUTPUT/configure-${PRGNAM}.log
+ # Slackware's sqlite is too old:
+ #--enable-system-sqlite \
make MOZ_MAKE_FLAGS="$NUMJOBS" 2>&1 | tee $OUTPUT/make-${PRGNAM}.log
make DESTDIR=$PKG install 2>&1 | tee $OUTPUT/install-${PRGNAM}.log