aboutsummaryrefslogtreecommitdiff
path: root/dns/bind916/files/patch-bin_tests_system_dlzexternal_Makefile.in
blob: 0a6aaf7927cf445ac12c9500278f682871738abb (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
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@