mirror of
https://github.com/beard7n/bsdports.git
synced 2026-04-10 18:41:17 +02:00
12 lines
350 B
Plaintext
12 lines
350 B
Plaintext
--- bin/tests/system/dlzexternal/Makefile.in.orig 2018-02-26 06:30:28 UTC
|
|
+++ bin/tests/system/dlzexternal/Makefile.in
|
|
@@ -34,7 +34,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@
|