mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-04 20:29:09 +01:00
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:
parent
1154b8fc6f
commit
8c3a569d11
1 changed files with 3 additions and 1 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue