ports/www/netsurf/browser/patches/patch-test_Makefile

13 lines
393 B
Text
Raw Normal View History

2023-08-16 22:26:55 +00:00
Index: test/Makefile
--- test/Makefile.orig
+++ test/Makefile
@@ -165,7 +165,7 @@ TESTLDFLAGS := -L$(TESTROOT) \
# malloc faliure injection generator
$(TESTROOT)/libmalloc_fig.so:test/malloc_fig.c
- $(CC) -shared -fPIC -I. -std=c99 $(TEST_WARNFLAGS) $^ -ldl -o $@
+ $(CC) -shared -fPIC -I. -std=c99 $(TEST_WARNFLAGS) $^ -o $@
# Source files for all tests being compiled
TESTSOURCES :=