opnsense-ports/sysutils/dtc/files/patch-tests_Makefile.tests
Franco Fichtner a666fd8efe */*: sync with upstream
Taken from: HardenedBSD
2018-01-23 23:00:43 +01:00

11 lines
408 B
Text

--- tests/Makefile.tests.orig 2018-01-03 06:04:32 UTC
+++ tests/Makefile.tests
@@ -56,7 +56,7 @@ $(LIB_TESTS): %: $(TESTS_PREFIX)testutils.o util.o $(L
$(DL_LIB_TESTS): %: %.o $(TESTS_PREFIX)testutils.o util.o $(LIBFDT_archive)
@$(VECHO) LD [libdl] $@
- $(LINK.c) -o $@ $^ -ldl
+ $(LINK.c) -o $@ $^
$(LIBTREE_TESTS): %: $(TESTS_PREFIX)testutils.o $(TESTS_PREFIX)trees.o \
util.o $(LIBFDT_archive)