Merge pull request #17981 from phanimahesh/realpine
realpine: allow using passfile
This commit is contained in:
commit
be29e814c1
@ -1,6 +1,7 @@
|
|||||||
{stdenv, fetchurl, ncurses, tcl, openssl, pam, pkgconfig, gettext, kerberos
|
{stdenv, fetchurl, ncurses, tcl, openssl, pam, pkgconfig, gettext, kerberos
|
||||||
, openldap
|
, openldap
|
||||||
}:
|
}:
|
||||||
|
# NOTE: Please check if any changes here are applicable to ../realpine/ as well
|
||||||
let
|
let
|
||||||
s =
|
s =
|
||||||
rec {
|
rec {
|
||||||
|
@ -1,6 +1,7 @@
|
|||||||
{stdenv, fetchurl, ncurses, tcl, openssl, pam, pkgconfig, gettext, kerberos
|
{stdenv, fetchurl, ncurses, tcl, openssl, pam, pkgconfig, gettext, kerberos
|
||||||
, openldap
|
, openldap
|
||||||
}:
|
}:
|
||||||
|
# NOTE: Please check if any changes here are applicable to ../alpine/ as well
|
||||||
let
|
let
|
||||||
s =
|
s =
|
||||||
rec {
|
rec {
|
||||||
@ -23,6 +24,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…
x
Reference in New Issue
Block a user