summaryrefslogtreecommitdiffstats
path: root/source/d/strace/strace.SlackBuild
diff options
context:
space:
mode:
Diffstat (limited to 'source/d/strace/strace.SlackBuild')
-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