Some updates to Samba for service.

svn path=/nixpkgs/trunk/; revision=10139
This commit is contained in:
Michael Raskin 2008-01-14 11:23:24 +00:00
parent 16c2ec2ef1
commit dab4608c4b

View file

@ -9,6 +9,9 @@ stdenv.mkDerivation {
};
buildInputs = [readline pam openldap];
configureFlags = "--with-pam --with-smbmount";
configureFlags = [" --with-pam " " --with-smbmount "
" --datadir=\$out/share " " --with-acl-support "
" --with-aio-support "];
postUnpack = "sourceRoot=\$sourceRoot/source";
postInstall = "rm -rf \$out/var ; ln -s /var/samba $out/var ";
}