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
@@ -20,7 +20,7 @@ stdenv.mkDerivation rec {
|
||||
|
||||
buildPhase = ''
|
||||
scons PREFIX="$out" OPENSSL="${openssl}" ZLIB="${zlib}" APR="$(echo "${apr.dev}"/bin/*-config)" \
|
||||
APU="$(echo "${aprutil}"/bin/*-config)" CC="${
|
||||
APU="$(echo "${aprutil.dev}"/bin/*-config)" CC="${
|
||||
if stdenv.cc.isClang then "clang" else "${stdenv.cc}/bin/gcc"
|
||||
}" ${
|
||||
if (stdenv.isDarwin || stdenv.isCygwin) then "" else "GSSAPI=\"${kerberos}\""
|
||||
|
||||
Reference in New Issue
Block a user