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>
This commit is contained in:
Robby Workman 2012-09-21 21:26:46 -05:00
parent 1154b8fc6f
commit 8c3a569d11

View file

@ -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