summaryrefslogtreecommitdiffstats
path: root/system/vbindiff/vbindiff.SlackBuild
diff options
context:
space:
mode:
Diffstat (limited to 'system/vbindiff/vbindiff.SlackBuild')
-rw-r--r--system/vbindiff/vbindiff.SlackBuild4
1 files changed, 3 insertions, 1 deletions
diff --git a/system/vbindiff/vbindiff.SlackBuild b/system/vbindiff/vbindiff.SlackBuild
index 374e4f7f1d..4772cd59bf 100644
--- a/system/vbindiff/vbindiff.SlackBuild
+++ b/system/vbindiff/vbindiff.SlackBuild
@@ -21,7 +21,7 @@
PRGNAM=vbindiff
VERSION=${VERSION:-3.0_beta4}
-BUILD=${BUILD:-1}
+BUILD=${BUILD:-2}
TAG=${TAG:-_SBo}
if [ -z "$ARCH" ]; then
@@ -68,6 +68,8 @@ find -L . \
\( -perm 666 -o -perm 664 -o -perm 640 -o -perm 600 -o -perm 444 \
-o -perm 440 -o -perm 400 \) -exec chmod 644 {} \;
+patch -p1 < $CWD/vbindiff-prevent-segfault.patch
+
CFLAGS="$SLKCFLAGS" \
CXXFLAGS="$SLKCFLAGS" \
./configure \