ports/dns/bind916/files/patch-bin_tests_system_dlzexternal_Makefile.in
Mathieu Arnold e84b73e5ff
dns/bind916: update to 9.16.25
Add back the Administrator Reference Manual in the DOCS option.

Changes:	https://downloads.isc.org/isc/bind9/9.16.25/doc/arm/html/notes.html#notes-for-bind-9-16-25
2022-02-10 16:35:27 +01:00

13 lines
417 B
Text

BIND9 seems to be abusing LDFLAGS here, and it breaks our linker.
--- bin/tests/system/dlzexternal/Makefile.in.orig 2022-01-12 13:50:10 UTC
+++ bin/tests/system/dlzexternal/Makefile.in
@@ -37,7 +37,7 @@ OBJS =
@BIND9_MAKE_RULES@
CFLAGS = @CFLAGS@ @SO_CFLAGS@
-SO_LDFLAGS = @LDFLAGS@ @SO_LDFLAGS@
+SO_LDFLAGS = @SO_LDFLAGS@
driver.@SO@: ${SO_OBJS}
${LIBTOOL_MODE_LINK} @SO_LD@ ${SO_LDFLAGS} -o $@ driver.@O@