alpine:configure: allow using passfile

This commit is contained in:
J Phani Mahesh 2016-07-17 17:28:06 +05:30
parent bf6759839a
commit 9a4d0d8e44
1 changed files with 1 additions and 0 deletions

View File

@ -23,6 +23,7 @@ stdenv.mkDerivation {
configureFlags = [
"--with-ssl-include-dir=${openssl.dev}/include/openssl"
"--with-tcl-lib=${tcl.libPrefix}"
"--with-passfile=.pine-passfile"
];
preConfigure = ''
export NIX_LDFLAGS="$NIX_LDFLAGS -lgcc_s"