Merged with trunk again

svn path=/nixpkgs/branches/stdenv-updates/; revision=10295
This commit is contained in:
Yury G. Kudryashov
2008-01-25 14:16:25 +00:00
parent 16dbde8987
commit 9b2659eec7
16 changed files with 169 additions and 66 deletions
+1
View File
@@ -11,6 +11,7 @@ stdenv.mkDerivation rec {
buildInputs = [readline pam openldap kerberos popt iniparser libunwind fam];
configureFlags = ''--with-pam --with-smbmount --datadir=$out/share
--with-aio-support --with-libiconv=${stdenv.gcc.libc}'';
postUnpack = "sourceRoot=\$sourceRoot/source";
postInstall = ''rm -rf $out/var ; ln -s /var/samba $out/var '';
}