blob: a63be7ce046682ed38240d91ead34736be6f8fa8 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
|
--- bin/tests/system/dlzexternal/Makefile.in.orig 2015-09-09 02:23:40 UTC
+++ bin/tests/system/dlzexternal/Makefile.in
@@ -43,7 +43,7 @@ OBJS = ${DLOPENOBJS}
@BIND9_MAKE_RULES@
CFLAGS = @CFLAGS@ @SO_CFLAGS@
-SO_LDFLAGS = @LDFLAGS@ @SO_LDFLAGS@
+SO_LDFLAGS = @SO_LDFLAGS@
dlopen@EXEEXT@: ${DLOPENOBJS}
${LIBTOOL_MODE_LINK} ${PURIFY} ${CC} ${CFLAGS} ${LDFLAGS} \
|