Skip to content

Commit

Permalink
Merge pull request #17035 from phanimahesh/alpine
Browse files Browse the repository at this point in the history
alpine:configure: allow using passfile
  • Loading branch information
grahamc committed Jul 20, 2016
2 parents 33a1d80 + 9a4d0d8 commit 098aee0
Showing 1 changed file with 1 addition and 0 deletions.
Expand Up @@ -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"
Expand Down

0 comments on commit 098aee0

Please sign in to comment.