mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-12-26 12:53:59 +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-smbmount
|
||||
--with-aio-support
|
||||
--with-pam_smbpass
|
||||
${if (stdenv.gcc.libc != null) then "--with-libiconv=${stdenv.gcc.libc}" else ""}
|
||||
'';
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user