Merge pull request #17981 from phanimahesh/realpine

realpine: allow using passfile
This commit is contained in:
Graham Christensen 2016-08-25 08:09:27 -04:00 committed by GitHub
commit be29e814c1
2 changed files with 3 additions and 0 deletions

View File

@ -1,6 +1,7 @@
{stdenv, fetchurl, ncurses, tcl, openssl, pam, pkgconfig, gettext, kerberos
, openldap
}:
# NOTE: Please check if any changes here are applicable to ../realpine/ as well
let
s =
rec {

View File

@ -1,6 +1,7 @@
{stdenv, fetchurl, ncurses, tcl, openssl, pam, pkgconfig, gettext, kerberos
, openldap
}:
# NOTE: Please check if any changes here are applicable to ../alpine/ as well
let
s =
rec {
@ -23,6 +24,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"