diff options
-rw-r--r-- | test/dlopen/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/dlopen/Makefile b/test/dlopen/Makefile index 66a2452e2..92d14b90e 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 |