summaryrefslogtreecommitdiffstats
path: root/development/perf/perf.SlackBuild
diff options
context:
space:
mode:
author Matteo Bernardini2018-12-29 08:52:49 +0100
committer Matteo Bernardini2018-12-29 08:52:49 +0100
commit00c4d7d9f2b22a22af1708eb8c97067154921d5e (patch)
tree6363da7d4acfbe5a2a4e4710bff80e9b9df9286e /development/perf/perf.SlackBuild
parent1330cad48888a6a8fcd8b4a3c8f40880caa7ee85 (diff)
downloadslackbuilds-current-20181229.1.tar.gz
20181229.1 global branch merge.current-20181229.1
Signed-off-by: Matteo Bernardini <ponce@slackbuilds.org>
Diffstat (limited to 'development/perf/perf.SlackBuild')
-rw-r--r--development/perf/perf.SlackBuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/development/perf/perf.SlackBuild b/development/perf/perf.SlackBuild
index 91d225ad7a..24b1851c04 100644
--- a/development/perf/perf.SlackBuild
+++ b/development/perf/perf.SlackBuild
@@ -23,7 +23,7 @@
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM=perf
-VERSION=${VERSION:-4.4.132}
+VERSION=${VERSION:-4.19.8}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@@ -68,7 +68,7 @@ make \
O=$BUILDDIR \
DESTDIR=$PKG/ \
prefix=/usr \
- EXTRA_CFLAGS="$SLKCFLAGS" \
+ EXTRA_CFLAGS="$SLKCFLAGS -Wno-error=stringop-truncation" \
install
# Tidy up the source tree :-(