make samba built the pam_smbpass.so file by default
svn path=/nixpkgs/trunk/; revision=14852
This commit is contained in:
parent
6a469ac20a
commit
75e277ac15
|
@ -23,6 +23,7 @@ stdenv.mkDerivation rec {
|
||||||
--with-pam
|
--with-pam
|
||||||
--with-smbmount
|
--with-smbmount
|
||||||
--with-aio-support
|
--with-aio-support
|
||||||
|
--with-pam_smbpass
|
||||||
${if (stdenv.gcc.libc != null) then "--with-libiconv=${stdenv.gcc.libc}" else ""}
|
${if (stdenv.gcc.libc != null) then "--with-libiconv=${stdenv.gcc.libc}" else ""}
|
||||||
'';
|
'';
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue