[git commit nptl] Look at HAVE_SHARED

Bernhard Reutner-Fischer rep.dot.nop at gmail.com
Thu Nov 19 15:07:24 UTC 2009


commit: http://git.uclibc.org/uClibc/commit/?id=f367fb75db96fbbe06b5a1795879609aa031945f
branch: http://git.uclibc.org/uClibc/commit/?id=refs/heads/nptl

We do not have UCLIBC_STATIC (anymore) but !HAVE_SHARED

Signed-off-by: Bernhard Reutner-Fischer <rep.dot.nop at gmail.com>
---
 test/dlopen/Makefile |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/test/dlopen/Makefile b/test/dlopen/Makefile
index 66a2452..92d14b9 100644
--- a/test/dlopen/Makefile
+++ b/test/dlopen/Makefile
@@ -4,7 +4,7 @@
 top_builddir=../../
 include ../Rules.mak
 -include Makefile.in
-ifeq ($(UCLIBC_STATIC),y)
+ifneq ($(HAVE_SHARED),y)
 TESTS_DISABLED := test3
 LDFLAGS_libtest.so := -lpthread
 endif
-- 
1.6.3.3



More information about the uClibc-cvs mailing list