bind: add patch to build with libressl 2.3
This commit is contained in:
@@ -10,10 +10,12 @@ stdenv.mkDerivation rec {
|
||||
sha256 = "1w4gp4hdkb452nmz91l413d1rx89isl2l6wv8kpbdd2afpc3phws";
|
||||
};
|
||||
|
||||
patchPhase = ''
|
||||
postPatchPhase = ''
|
||||
sed -i 's/^\t.*run/\t/' Makefile.in
|
||||
'';
|
||||
|
||||
patches = [ ./libressl.patch ];
|
||||
|
||||
buildInputs = [ openssl libtool perl libxml2 ];
|
||||
|
||||
configureFlags = [
|
||||
|
||||
Reference in New Issue
Block a user