[git commit master] test/dlopen: fix build for libtest.so

Austin Foxley austinf at cetoncorp.com
Mon Nov 30 01:20:11 UTC 2009


commit: http://git.uclibc.org/uClibc/commit/?id=b9a0b554737056b324ed154c08e37bf700353149
branch: http://git.uclibc.org/uClibc/commit/?id=refs/heads/master

needs -lpthread, recent addition of -z,defs and -z,now exposed this

Signed-off-by: Austin Foxley <austinf at cetoncorp.com>
---
 test/dlopen/Makefile.in |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/test/dlopen/Makefile.in b/test/dlopen/Makefile.in
index 69f4937..5d4d2fb 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,.
-- 
1.6.3.3



More information about the uClibc-cvs mailing list