mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-17 15:22:59 +01:00
Merge pull request #17035 from phanimahesh/alpine
alpine:configure: allow using passfile
This commit is contained in:
commit
098aee0cd7
1 changed files with 1 additions and 0 deletions
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue