Merge pull request #17035 from phanimahesh/alpine
alpine:configure: allow using passfile
This commit is contained in:
commit
098aee0cd7
@ -23,6 +23,7 @@ stdenv.mkDerivation {
|
|||||||
configureFlags = [
|
configureFlags = [
|
||||||
"--with-ssl-include-dir=${openssl.dev}/include/openssl"
|
"--with-ssl-include-dir=${openssl.dev}/include/openssl"
|
||||||
"--with-tcl-lib=${tcl.libPrefix}"
|
"--with-tcl-lib=${tcl.libPrefix}"
|
||||||
|
"--with-passfile=.pine-passfile"
|
||||||
];
|
];
|
||||||
preConfigure = ''
|
preConfigure = ''
|
||||||
export NIX_LDFLAGS="$NIX_LDFLAGS -lgcc_s"
|
export NIX_LDFLAGS="$NIX_LDFLAGS -lgcc_s"
|
||||||
|
Loading…
Reference in New Issue
Block a user