diff options
-rw-r--r-- | network/mod_evasive/mod_evasive.SlackBuild | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/network/mod_evasive/mod_evasive.SlackBuild b/network/mod_evasive/mod_evasive.SlackBuild index 4b5ce51ccd..d00f39360e 100644 --- a/network/mod_evasive/mod_evasive.SlackBuild +++ b/network/mod_evasive/mod_evasive.SlackBuild @@ -10,7 +10,7 @@ PRGNAM=mod_evasive VERSION=1.10.1 -BUILD=${BUILD:-2} +BUILD=${BUILD:-3} TAG=${TAG:-_SBo} # Automatically determine the architecture we're building on: @@ -53,6 +53,8 @@ cd $PRGNAM chown -R root:root . chmod -R a-s,u+w,go+r-w . +patch -p1 < $CWD/fixup-for-httpd24.diff + # Create target dir mkdir -p $PKG/usr/lib${LIBDIRSUFFIX}/httpd/modules |