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
@@ -47,7 +47,7 @@ stdenv.mkDerivation rec {
|
||||
'';
|
||||
configureFlags = ''
|
||||
--with-apr=${apr.dev}
|
||||
--with-apr-util=${aprutil}
|
||||
--with-apr-util=${aprutil.dev}
|
||||
--with-z=${zlib}
|
||||
--with-pcre=${pcre}
|
||||
--disable-maintainer-mode
|
||||
|
||||
Reference in New Issue
Block a user