OSDN Git Service

Look at HAVE_SHARED
authorBernhard Reutner-Fischer <rep.dot.nop@gmail.com>
Wed, 18 Nov 2009 15:02:54 +0000 (16:02 +0100)
committerAustin Foxley <austinf@cetoncorp.com>
Sun, 22 Nov 2009 19:05:52 +0000 (11:05 -0800)
We do not have UCLIBC_STATIC (anymore) but !HAVE_SHARED

Signed-off-by: Bernhard Reutner-Fischer <rep.dot.nop@gmail.com>
Signed-off-by: Austin Foxley <austinf@cetoncorp.com>
test/dlopen/Makefile

index 66a2452..92d14b9 100644 (file)
@@ -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