bind: add patch to build with libressl 2.3

This commit is contained in:
Robin Gloster
2015-12-23 22:08:33 +00:00
parent d30904ea89
commit bdfc4efd67
2 changed files with 105 additions and 1 deletions
+3 -1
View File
@@ -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 = [