From 8c3a569d116a92e6de97f35d27e9a4cb84c2a1a7 Mon Sep 17 00:00:00 2001 From: Robby Workman Date: Fri, 21 Sep 2012 21:26:46 -0500 Subject: network/mod_evasive: Included a patch for httpd-2.4.x However, this may not work at all, since the naming of the resulting object clearly suggests that it's intended for httpd-2.0.x only. Without feedback indicating that it works as-is, I'll be removing this one. Signed-off-by: Robby Workman --- network/mod_evasive/mod_evasive.SlackBuild | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'network') 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 -- cgit v1.2.3