apache modules: fix build problems
pkgs.mod_evasive was removed, because that combination isn't supported (according to an assertion).
This commit is contained in:
@@ -20,7 +20,7 @@ stdenv.mkDerivation rec {
|
||||
|
||||
preBuild = ''
|
||||
cp Makefile.AP2 Makefile
|
||||
makeFlags="top_dir=${apacheHttpd} prefix=$out"
|
||||
makeFlags="top_dir=${apacheHttpd}/share prefix=$out"
|
||||
'';
|
||||
|
||||
meta = {
|
||||
|
||||
Reference in New Issue
Block a user