summaryrefslogtreecommitdiff
path: root/libraries/jemalloc/jemalloc.SlackBuild
diff options
context:
space:
mode:
authorHeinz Wiesinger <pprkut@liwjatan.at>2013-12-27 14:53:55 +0100
committerErik Hanson <erik@slackbuilds.org>2014-01-07 11:13:05 -0600
commit7dcbeacf0b6f7843dcfb102d99230f1876c1d630 (patch)
treeecb23d263087c4d9c3cb21ed40ba0b6ac9e6dab7 /libraries/jemalloc/jemalloc.SlackBuild
parent85461c6ddc9e1dc536bfc390c9dd1cebee422f03 (diff)
downloadslackbuilds-7dcbeacf0b6f7843dcfb102d99230f1876c1d630.tar.gz
libraries/jemalloc: Updated for version 3.4.1.
Signed-off-by: Matteo Bernardini <ponce@slackbuilds.org>
Diffstat (limited to 'libraries/jemalloc/jemalloc.SlackBuild')
-rw-r--r--libraries/jemalloc/jemalloc.SlackBuild12
1 files changed, 6 insertions, 6 deletions
diff --git a/libraries/jemalloc/jemalloc.SlackBuild b/libraries/jemalloc/jemalloc.SlackBuild
index 7c62e92dc1..0cbe2f3707 100644
--- a/libraries/jemalloc/jemalloc.SlackBuild
+++ b/libraries/jemalloc/jemalloc.SlackBuild
@@ -2,7 +2,7 @@
# Slackware build script for jemalloc
-# Copyright 2012 Heinz Wiesinger, Amsterdam, The Netherlands
+# Copyright 2012-2013 Heinz Wiesinger, Amsterdam, The Netherlands
# All rights reserved.
#
# Redistribution and use of this script, with or without modification, is
@@ -23,7 +23,7 @@
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM=jemalloc
-VERSION=3.2.0
+VERSION=3.4.1
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@@ -64,10 +64,10 @@ tar xvf $CWD/$PRGNAM-$VERSION.tar.bz2
cd $PRGNAM-$VERSION
chown -R root:root .
find -L . \
- \( -perm 777 -o -perm 775 -o -perm 750 -o -perm 711 -o -perm 555 -o -perm 511 \) \
- -exec chmod 755 {} \; -o \
- \( -perm 666 -o -perm 664 -o -perm 600 -o -perm 444 -o -perm 440 -o -perm 400 \) \
- -exec chmod 644 {} \;
+ \( -perm 777 -o -perm 775 -o -perm 750 -o -perm 711 -o -perm 555 \
+ -o -perm 511 \) -exec chmod 755 {} \; -o \
+ \( -perm 666 -o -perm 664 -o -perm 640 -o -perm 600 -o -perm 444 \
+ -o -perm 440 -o -perm 400 \) -exec chmod 644 {} \;
CFLAGS="$SLKCFLAGS" \
CXXFLAGS="$SLKCFLAGS" \