diff options
| author | Adam Tkac <atkac@redhat.com> | 2011-11-14 12:58:29 +0100 |
|---|---|---|
| committer | Adam Tkac <atkac@redhat.com> | 2011-11-14 12:58:29 +0100 |
| commit | 45e102c98a05ccbe268234b345f392983a68dbab (patch) | |
| tree | 8eb89d64165f748aa273094c0f990ea823787453 | |
| parent | 928d804219ff3bbd03ee3efb6e6853adcfeb9225 (diff) | |
| download | bind-45e102c98a05ccbe268234b345f392983a68dbab.tar.gz bind-45e102c98a05ccbe268234b345f392983a68dbab.tar.xz bind-45e102c98a05ccbe268234b345f392983a68dbab.zip | |
Add small patch to fix building...
Signed-off-by: Adam Tkac <atkac@redhat.com>
| -rw-r--r-- | bind99-buildfix.patch | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/bind99-buildfix.patch b/bind99-buildfix.patch new file mode 100644 index 0000000..9e35067 --- /dev/null +++ b/bind99-buildfix.patch @@ -0,0 +1,12 @@ +diff -up bind-9.9.0b1/bin/tests/system/Makefile.in.buildfix bind-9.9.0b1/bin/tests/system/Makefile.in +--- bind-9.9.0b1/bin/tests/system/Makefile.in.buildfix 2011-11-10 12:52:41.990270700 +0100 ++++ bind-9.9.0b1/bin/tests/system/Makefile.in 2011-11-10 12:52:52.596269957 +0100 +@@ -21,7 +21,7 @@ top_srcdir = @top_srcdir@ + + @BIND9_MAKE_INCLUDES@ + +-SUBDIRS = dlzexternal filter-aaaa lwresd rpz tkey tsiggss ++SUBDIRS = filter-aaaa lwresd rpz tkey tsiggss + TARGETS = + + @BIND9_MAKE_RULES@ |
