make samba built the pam_smbpass.so file by default

svn path=/nixpkgs/trunk/; revision=14852
This commit is contained in:
Marc Weber 2009-04-03 10:02:30 +00:00
parent 6a469ac20a
commit 75e277ac15

View File

@ -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 ""}
'';
}