diff options
author | Robby Workman <rworkman@slackbuilds.org> | 2012-09-21 21:26:46 -0500 |
---|---|---|
committer | Robby Workman <rworkman@slackbuilds.org> | 2012-09-28 21:36:01 -0500 |
commit | 8c3a569d116a92e6de97f35d27e9a4cb84c2a1a7 (patch) | |
tree | d9b3ff9fb603e46861802a23cd608f57435772d5 /network/mod_evasive | |
parent | 1154b8fc6f7c59a72c5bc90eb5e50d9cee9ed1f5 (diff) | |
download | slackbuilds-8c3a569d116a92e6de97f35d27e9a4cb84c2a1a7.tar.gz |
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 <rworkman@slackbuilds.org>
Diffstat (limited to 'network/mod_evasive')
-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 |