mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-16 23:03:40 +01:00
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
1 changed files with 1 additions and 1 deletions
|
@ -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…
Reference in a new issue