summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorAustin Foxley <austinf@cetoncorp.com>2009-11-29 17:20:11 -0800
committerAustin Foxley <austinf@cetoncorp.com>2009-11-29 17:20:11 -0800
commitb9a0b554737056b324ed154c08e37bf700353149 (patch)
treee7244fbfcfe7ddba75520ac9ca35ace19b28f5bc /test
parent98f2724767551b9644f17e586356d2211172c8d7 (diff)
test/dlopen: fix build for libtest.so
needs -lpthread, recent addition of -z,defs and -z,now exposed this Signed-off-by: Austin Foxley <austinf@cetoncorp.com>
Diffstat (limited to 'test')
-rw-r--r--test/dlopen/Makefile.in1
1 files changed, 1 insertions, 0 deletions
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,.