summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--test/dlopen/Makefile.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/dlopen/Makefile.in b/test/dlopen/Makefile.in
index 5d4d2fb36..22190d9f9 100644
--- a/test/dlopen/Makefile.in
+++ b/test/dlopen/Makefile.in
@@ -10,8 +10,8 @@ CFLAGS_dltest := -DLIBNAME="\"./libtest.so\""
CFLAGS_dltest2 := -DLIBNAME="\"./libtest3.so\""
LDFLAGS_dlstatic := -ldl
-LDFLAGS_dltest := -ldl -lpthread
-LDFLAGS_dltest2 := -ldl -lpthread
+LDFLAGS_dltest := -ldl
+LDFLAGS_dltest2 := -ldl
LDFLAGS_dlundef := -ldl
LDFLAGS_dlafk := -ldl ./libafk.so -Wl,-rpath,.
LDFLAGS_test1 := -ldl