From dc4af047fe943f6fce2a6a7ebc70aab819434e76 Mon Sep 17 00:00:00 2001 From: Austin Foxley Date: Sun, 29 Nov 2009 17:20:11 -0800 Subject: test/dlopen: fix build for libtest.so needs -lpthread, recent addition of -z,defs and -z,now exposed this Signed-off-by: Austin Foxley --- test/dlopen/Makefile.in | 1 + 1 file changed, 1 insertion(+) (limited to 'test/dlopen') diff --git a/test/dlopen/Makefile.in b/test/dlopen/Makefile.in index 69f493724..5d4d2fb36 100644 --- a/test/dlopen/Makefile.in +++ b/test/dlopen/Makefile.in @@ -33,6 +33,7 @@ test1: libtest1.so test2: libtest1.so libtest2.so test3: libtest1.so libtest2.so libtest1.so: libtest2.so +LDFLAGS_libtest.so := -lpthread LDFLAGS_libtest1.so := ./libtest2.so -Wl,-rpath,. LDFLAGS_libtest2.so := -Wl,-rpath,. LDFLAGS_libtest3.so := -lpthread -Wl,-rpath,. -- cgit v1.2.3