mirror of
https://git.freebsd.org/ports.git
synced 2025-06-25 22:50:32 -04:00
11 lines
350 B
Text
11 lines
350 B
Text
--- bin/tests/system/dlzexternal/Makefile.in.orig 2016-11-01 20:46:42 UTC
|
|
+++ bin/tests/system/dlzexternal/Makefile.in
|
|
@@ -31,7 +31,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@
|