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:23:24 -0800
commitdc4af047fe943f6fce2a6a7ebc70aab819434e76 (patch)
treef20bfcb145374a01a2d8263ba6a7808ae992445b /test
parentb5ac6f44b0278f12018d61bed313a74ff691ef9b (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,.