Making bind use /var/run/named instead of $out/var/run/named for the runtime temporary files.
svn path=/nixpkgs/trunk/; revision=25509
This commit is contained in:
parent
48749c756c
commit
8dc9474e4d
@ -12,10 +12,15 @@ stdenv.mkDerivation rec {
|
|||||||
sha256 = "0zpvmgs75lisw746wccm2r428dmd4vv5s1pc512lyrmycr3mz56d";
|
sha256 = "0zpvmgs75lisw746wccm2r428dmd4vv5s1pc512lyrmycr3mz56d";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
patchPhase = ''
|
||||||
|
sed -i 's/^\t.*run/\t/' Makefile.in
|
||||||
|
'';
|
||||||
|
|
||||||
buildInputs = [ openssl libtool perl libxml2 ];
|
buildInputs = [ openssl libtool perl libxml2 ];
|
||||||
|
|
||||||
/* Why --with-libtool? */
|
/* Why --with-libtool? */
|
||||||
configureFlags = [ "--with-libtool" "--with-openssl=${openssl}" ];
|
configureFlags = [ "--with-libtool" "--with-openssl=${openssl}"
|
||||||
|
"--localstatedir=/var" ];
|
||||||
|
|
||||||
meta = {
|
meta = {
|
||||||
homepage = http://www.isc.org/software/bind;
|
homepage = http://www.isc.org/software/bind;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user