forked from mirrors/nixpkgs
Some updates to Samba for service.
svn path=/nixpkgs/trunk/; revision=10139
This commit is contained in:
parent
16c2ec2ef1
commit
dab4608c4b
|
@ -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 ";
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue