treewide: Make explicit that 'dev' output of apacheHttpd is used
This commit is contained in:
committed by
Vladimír Čunát
parent
4e6b45d0a0
commit
16cc4ac83b
@@ -18,7 +18,7 @@ stdenv.mkDerivation rec {
|
||||
"--enable-standalone-module"
|
||||
"--enable-static"
|
||||
"--with-curl=${curl}"
|
||||
"--with-apxs=${apacheHttpd}/bin/apxs"
|
||||
"--with-apxs=${apacheHttpd.dev}/bin/apxs"
|
||||
"--with-pcre=${pcre}"
|
||||
"--with-apr=${apr}"
|
||||
"--with-apu=${aprutil}/bin/apu-1-config"
|
||||
|
||||
Reference in New Issue
Block a user