summaryrefslogtreecommitdiffstats
path: root/network/varnish/varnish.SlackBuild
diff options
context:
space:
mode:
author Andrew Clemons2022-03-08 12:11:11 +0100
committer Willy Sudiarto Raharjo2022-03-09 11:21:07 +0100
commit8e26a77a3a0c1e35ac4d450e5e32b7eda006d697 (patch)
tree19eae9391319bf3ae3c5d0e7197816c180debdba /network/varnish/varnish.SlackBuild
parentf1b876368c6f59e53289bc92f55b44e057173b00 (diff)
downloadslackbuilds-8e26a77a3a0c1e35ac4d450e5e32b7eda006d697.tar.gz
network/varnish: Fix build on 15.0.
Apply patch from upstream master. Signed-off-by: Andrew Clemons <andrew.clemons@gmail.com> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'network/varnish/varnish.SlackBuild')
-rw-r--r--network/varnish/varnish.SlackBuild2
1 files changed, 2 insertions, 0 deletions
diff --git a/network/varnish/varnish.SlackBuild b/network/varnish/varnish.SlackBuild
index 9d5e3e8d67..7e0a44740c 100644
--- a/network/varnish/varnish.SlackBuild
+++ b/network/varnish/varnish.SlackBuild
@@ -55,6 +55,8 @@ cd $TMP
rm -rf $PRGNAM-$VERSION
tar xvf $CWD/$PRGNAM-$VERSION.tgz
cd $PRGNAM-$VERSION
+patch -p1 -i $CWD/0051cbe3b9cc24586e0ad99cff72041c6df944b8.patch
+patch -p1 -i $CWD/f04d7df6e6d5b350740e01d24749a3930390b7a0.patch
chown -R root:root .
find -L . \
\( -perm 777 -o -perm 775 -o -perm 750 -o -perm 711 -o -perm 555 \