aboutsummaryrefslogtreecommitdiff
path: root/net/isc-dhcp/patches/520-bind-no-catgets.patch
blob: fbd4d5dc4f52da47366551d95e18dceddab4752c (plain)
1
2
3
4
5
6
7
8
9
10
--- a/bind/Makefile.in
+++ b/bind/Makefile.in
@@ -57,6 +57,7 @@ bind1:
 		rm -rf ${cleandirs} ${cleanfiles} ;                     \
 		(cd ${bindsrcdir} &&                                    \
 		 export CC="${CROSS_CC}" AR=${TARGET_AR} RANLIB=${TARGET_RANLIB} && \
+		 ac_cv_func_catgets=no					\
                 ./configure ${bindconfig} --disable-atomic             \
 		 --disable-kqueue --disable-epoll --disable-kqueue      \
                 --disable-epoll --disable-devpoll --without-openssl    \