summaryrefslogtreecommitdiffstats
path: root/source/d/strace/strace.SlackBuild
diff options
context:
space:
mode:
author Patrick J Volkerding <volkerdi@slackware.com>2021-01-29 20:26:57 +0000
committer Eric Hameleers <alien@slackware.com>2021-01-30 08:59:50 +0100
commit8040f7f06757d6830029f75eab44474464883f59 (patch)
treed61a38f177382c6f8fcb42f70ee3e2f52ee7f90d /source/d/strace/strace.SlackBuild
parent480d98e278bacecb97d391aeb5c7263cd9abf0ea (diff)
downloadcurrent-8040f7f06757d6830029f75eab44474464883f59.tar.gz
current-8040f7f06757d6830029f75eab44474464883f59.tar.xz
Fri Jan 29 20:26:57 UTC 202120210129202657
a/e2fsprogs-1.45.7-x86_64-1.txz: Upgraded. n/libgcrypt-1.9.1-x86_64-1.txz: Upgraded. This update fixes a serious security issue present only in libgcrypt-1.9.0. Everyone should be sure to update this package as soon as possible. For more information, see: https://lists.gnupg.org/pipermail/gnupg-announce/2021q1/000456.html (* Security fix *) x/libwacom-1.8-x86_64-1.txz: Upgraded. x/mesa-20.3.4-x86_64-1.txz: Upgraded. xap/xpdf-4.03-x86_64-1.txz: Upgraded.
Diffstat (limited to '')
-rwxr-xr-xsource/d/strace/strace.SlackBuild3
1 files changed, 2 insertions, 1 deletions
diff --git a/source/d/strace/strace.SlackBuild b/source/d/strace/strace.SlackBuild
index 37dc28144..31d123ed3 100755
--- a/source/d/strace/strace.SlackBuild
+++ b/source/d/strace/strace.SlackBuild
@@ -1,6 +1,6 @@
#!/bin/bash
-# Copyright 2008, 2009, 2010, 2013, 2016, 2017, 2018 Patrick J. Volkerding, Sebeka, MN, USA
+# Copyright 2008, 2009, 2010, 2013, 2016, 2017, 2018, 2021 Patrick J. Volkerding, Sebeka, MN, USA
# All rights reserved.
#
# Redistribution and use of this script, with or without modification, is
@@ -82,6 +82,7 @@ CFLAGS="$SLKCFLAGS" \
./configure \
--prefix=/usr \
--mandir=/usr/man \
+ --enable-mpers=check \
--build=$ARCH-slackware-linux || exit 1
make $NUMJOBS || make || exit 1