summaryrefslogtreecommitdiff
path: root/dns/bind916/files/patch-bin_tests_system_dlzexternal_Makefile.in
diff options
context:
space:
mode:
Diffstat (limited to 'dns/bind916/files/patch-bin_tests_system_dlzexternal_Makefile.in')
-rw-r--r--dns/bind916/files/patch-bin_tests_system_dlzexternal_Makefile.in13
1 files changed, 0 insertions, 13 deletions
diff --git a/dns/bind916/files/patch-bin_tests_system_dlzexternal_Makefile.in b/dns/bind916/files/patch-bin_tests_system_dlzexternal_Makefile.in
deleted file mode 100644
index 0a6aaf7927cf..000000000000
--- a/dns/bind916/files/patch-bin_tests_system_dlzexternal_Makefile.in
+++ /dev/null
@@ -1,13 +0,0 @@
-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@