diff options
| author | Adam Tkac <atkac@fedoraproject.org> | 2007-12-12 13:28:21 +0000 |
|---|---|---|
| committer | Adam Tkac <atkac@fedoraproject.org> | 2007-12-12 13:28:21 +0000 |
| commit | affa6523cda37f6c710a8643ee3bfc29c4cfe741 (patch) | |
| tree | 4f797d12d02c76e4e36db4d359ff31cd2740f655 /bind-9.5-gssapi-header.patch | |
| parent | 4e076eab9f363121f8d09627d75114977d0079d1 (diff) | |
- added dst/gssapi.h to -devel subpackage (#419091)bind-9_5_0-19_2_b1_fc8
- improved fix for (#417431)
Diffstat (limited to 'bind-9.5-gssapi-header.patch')
| -rw-r--r-- | bind-9.5-gssapi-header.patch | 12 |
1 files changed, 12 insertions, 0 deletions
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 = |
