treewide: Make explicit that 'dev' output of aprutil is used
This commit is contained in:
committed by
Vladimír Čunát
parent
29694b43b6
commit
d298b52fd3
@@ -21,7 +21,7 @@ stdenv.mkDerivation rec {
|
||||
"--with-apxs=${apacheHttpd.dev}/bin/apxs"
|
||||
"--with-pcre=${pcre}"
|
||||
"--with-apr=${apr.dev}"
|
||||
"--with-apu=${aprutil}/bin/apu-1-config"
|
||||
"--with-apu=${aprutil.dev}/bin/apu-1-config"
|
||||
"--with-libxml=${libxml2}"
|
||||
];
|
||||
|
||||
|
||||
Reference in New Issue
Block a user