summaryrefslogtreecommitdiff
path: root/package/bind/patches/patch-bin_rndc_Makefile_am
blob: 4bf3b893c3e94afb11c0587c8520453c5ca1fe67 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
--- 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)	\