Pass default configureFlags (i.e. cross-build flags) to gnutls build
svn path=/nixpkgs/trunk/; revision=30681
This commit is contained in:
parent
791aaf0357
commit
a435c6b5c7
@ -13,7 +13,7 @@ stdenv.mkDerivation rec {
|
||||
};
|
||||
|
||||
configurePhase = ''
|
||||
./configure --prefix="$out" \
|
||||
./configure $configureFlags \
|
||||
--disable-dependency-tracking --enable-fast-install \
|
||||
--without-p11-kit \
|
||||
--with-lzo --with-libtasn1-prefix="${libtasn1}" \
|
||||
|
Loading…
x
Reference in New Issue
Block a user