summaryrefslogtreecommitdiff
path: root/package/bind/patches
diff options
context:
space:
mode:
Diffstat (limited to 'package/bind/patches')
-rw-r--r--package/bind/patches/patch-bin_rndc_Makefile_am18
1 files changed, 0 insertions, 18 deletions
diff --git a/package/bind/patches/patch-bin_rndc_Makefile_am b/package/bind/patches/patch-bin_rndc_Makefile_am
deleted file mode 100644
index 4bf3b893c..000000000
--- a/package/bind/patches/patch-bin_rndc_Makefile_am
+++ /dev/null
@@ -1,18 +0,0 @@
---- bind-9.18.24.orig/bin/rndc/Makefile.am 2024-02-11 11:42:55.296980787 +0100
-+++ bind-9.18.24/bin/rndc/Makefile.am 2024-02-20 08:02:25.039885442 +0100
-@@ -2,6 +2,7 @@ include $(top_srcdir)/Makefile.top
-
- AM_CPPFLAGS += \
- $(LIBISC_CFLAGS) \
-+ $(LIBNS_CFLAGS) \
- $(LIBDNS_CFLAGS) \
- $(LIBISCCFG_CFLAGS) \
- $(LIBISCCC_CFLAGS) \
-@@ -20,6 +21,7 @@ rndc_SOURCES = \
-
- rndc_LDADD = \
- $(LIBISC_LIBS) \
-+ $(LIBNS_LIBS) \
- $(LIBDNS_LIBS) \
- $(LIBISCCC_LIBS) \
- $(LIBISCCFG_LIBS) \