From 72f5cc831d9bed40147aa351a67ffd73ad2c8b90 Mon Sep 17 00:00:00 2001 From: Adam Tkac Date: Wed, 12 Dec 2007 13:27:02 +0000 Subject: - added dst/gssapi.h to -devel subpackage (#419091) - improved fix for (#417431) --- bind-9.5-gssapi-header.patch | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 bind-9.5-gssapi-header.patch (limited to 'bind-9.5-gssapi-header.patch') diff --git a/bind-9.5-gssapi-header.patch b/bind-9.5-gssapi-header.patch new file mode 100644 index 0000000..fe8c694 --- /dev/null +++ b/bind-9.5-gssapi-header.patch @@ -0,0 +1,12 @@ +diff -up bind-9.5.0b1/lib/dns/include/dst/Makefile.in.gssapi-header bind-9.5.0b1/lib/dns/include/dst/Makefile.in +--- bind-9.5.0b1/lib/dns/include/dst/Makefile.in.gssapi-header 2007-12-11 15:50:55.000000000 +0100 ++++ bind-9.5.0b1/lib/dns/include/dst/Makefile.in 2007-12-11 15:51:15.000000000 +0100 +@@ -21,7 +21,7 @@ top_srcdir = @top_srcdir@ + + @BIND9_VERSION@ + +-HEADERS = dst.h lib.h result.h ++HEADERS = dst.h gssapi.h lib.h result.h + + SUBDIRS = + TARGETS = -- cgit