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