diff options
Diffstat (limited to 'source/d')
-rw-r--r-- | source/d/FTBFSlog | 3 | ||||
-rwxr-xr-x | source/d/strace/strace.SlackBuild | 3 |
2 files changed, 5 insertions, 1 deletions
diff --git a/source/d/FTBFSlog b/source/d/FTBFSlog index 01f7f3a5..2487b89f 100644 --- a/source/d/FTBFSlog +++ b/source/d/FTBFSlog @@ -1,3 +1,6 @@ +Fri Jan 29 20:26:15 UTC 2021 + strace: added --enable-mpers=check. Thanks to nobodino. ++--------------------------+ Sun Apr 14 17:58:44 UTC 2019 subversion: include workaround for building with apr-1.7.0. Thanks to Stefan Sperling and nobodino. diff --git a/source/d/strace/strace.SlackBuild b/source/d/strace/strace.SlackBuild index 37dc2814..31d123ed 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 |