summaryrefslogtreecommitdiffstats
path: root/development/valgrind/valgrind.SlackBuild
diff options
context:
space:
mode:
Diffstat (limited to 'development/valgrind/valgrind.SlackBuild')
-rw-r--r--development/valgrind/valgrind.SlackBuild8
1 files changed, 2 insertions, 6 deletions
diff --git a/development/valgrind/valgrind.SlackBuild b/development/valgrind/valgrind.SlackBuild
index b8ffaadf81..dd9682ad75 100644
--- a/development/valgrind/valgrind.SlackBuild
+++ b/development/valgrind/valgrind.SlackBuild
@@ -5,8 +5,8 @@
# Updated by Peter Wang <novalazy@gmail.com>
PRGNAM=valgrind
-VERSION=3.5.0
-BUILD=${BUILD:-2}
+VERSION=3.6.0
+BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
# Automatically determine the architecture we're building on:
@@ -47,10 +47,6 @@ cd $PRGNAM-$VERSION || exit 1
chown -R root:root .
chmod -R u+w,go+r-w,a-s .
-# For compatibility with -current; thanks to Arne Welzel for the report.
-patch -p0 < $CWD/valgrind-3.5.0-glibc-2.11.patch || exit 1
-autoconf || exit 1
-
CFLAGS="$SLKCFLAGS" \
CXXFLAGS="$SLKCFLAGS" \
./configure \