summaryrefslogtreecommitdiffstats
path: root/truecrypt
diff options
context:
space:
mode:
author Eric Hameleers <alien@slackware.com>2009-09-06 15:25:47 +0000
committer Eric Hameleers <alien@slackware.com>2009-09-06 15:25:47 +0000
commit37b509a01d03b07cd0013680b30991d0f6dbf878 (patch)
tree8f10102528860c99e0fbd34498535c3db5f58028 /truecrypt
parentec461148f598f898a802107c9f67b62f89931555 (diff)
downloadasb-37b509a01d03b07cd0013680b30991d0f6dbf878.tar.gz
asb-37b509a01d03b07cd0013680b30991d0f6dbf878.tar.xz
OK this should do it (always good to read a Readme...
Diffstat (limited to 'truecrypt')
-rwxr-xr-xtruecrypt/build/truecrypt.SlackBuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/truecrypt/build/truecrypt.SlackBuild b/truecrypt/build/truecrypt.SlackBuild
index 98832758..5152fcd3 100755
--- a/truecrypt/build/truecrypt.SlackBuild
+++ b/truecrypt/build/truecrypt.SlackBuild
@@ -85,7 +85,7 @@ SOURCE[0]="$SRCDIR/${PRGNAM}-${VERSION}-source.tar.gz"
SRCURL[0]=""
SOURCE[1]="$SRCDIR/wxGTK-${WX}.tar.bz2"
-SRCURL[1]="http://dl.sourceforge.net/wxwindows/wxGTK-${WX}.tar.bz2"
+SRCURL[1]="http://dl.sourceforge.net/wxwindows/wxGTK/${WX}/wxGTK-${WX}.tar.bz2"
SOURCE[2]="$SRCDIR/pks-11-v2-20.tar.bz2"
SRCURL[2]=""
@@ -212,7 +212,7 @@ export CFLAGS="$SLKCFLAGS"
# First build a static wxGTK, then build truecrypt:
make WX_ROOT=$(cd ../wxGTK-$WX; pwd) VERBOSE=1 wxbuild 2>&1 | tee $OUTPUT/make-${PRGNAM}.log
-make VERBOSE=1 2>&1 | tee -a $OUTPUT/make-${PRGNAM}.log
+make WXSTATIC=1 VERBOSE=1 2>&1 | tee -a $OUTPUT/make-${PRGNAM}.log
# Install the binary:
mkdir -p $PKG/usr/bin