summaryrefslogtreecommitdiffstats
path: root/system/sysdig/sysdig.SlackBuild
diff options
context:
space:
mode:
author Andrew Clemons <andrew.clemons@gmail.com>2017-09-25 20:24:10 +1300
committer Willy Sudiarto Raharjo <willysr@slackbuilds.org>2017-11-04 07:17:47 +0700
commitd9cfc4663bda62d75816856221cba82f89841cce (patch)
tree66828796dfa16e12272fccccde25bfc6639bd9ab /system/sysdig/sysdig.SlackBuild
parentd4f9795d6142019bb3d38402c51353bc1bd327ee (diff)
downloadslackbuilds-d9cfc4663bda62d75816856221cba82f89841cce.tar.gz
slackbuilds-d9cfc4663bda62d75816856221cba82f89841cce.tar.xz
system/sysdig: Fix building against newer libcurl.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to '')
-rw-r--r--system/sysdig/sysdig.SlackBuild1
1 files changed, 1 insertions, 0 deletions
diff --git a/system/sysdig/sysdig.SlackBuild b/system/sysdig/sysdig.SlackBuild
index 6af546aa56..d7a96998d8 100644
--- a/system/sysdig/sysdig.SlackBuild
+++ b/system/sysdig/sysdig.SlackBuild
@@ -65,6 +65,7 @@ cd $TMP
rm -rf $PRGNAM-$VERSION
tar xvf $CWD/$PRGNAM-$VERSION.tar.gz
cd $PRGNAM-$VERSION
+patch -p1 < $CWD/d15be88ccb1b7df9a0b6db2967131521b526918b.patch
chown -R root:root .
find -L . \
\( -perm 777 -o -perm 775 -o -perm 750 -o -perm 711 -o -perm 555 \