mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-12-27 05:43:50 +03:00
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
Block a user