Explorar o código

dlopen test also requires threads :/

Mike Frysinger %!s(int64=20) %!d(string=hai) anos
pai
achega
f64bd7d980
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      test/Makefile

+ 1 - 1
test/Makefile

@@ -16,7 +16,7 @@ ALL_SUBDIRS = \
 	mmap #misc
 	mmap #misc
 DIRS := $(ALL_SUBDIRS)
 DIRS := $(ALL_SUBDIRS)
 
 
-ifeq ($(HAVE_SHARED),y)
+ifeq ($(HAVE_SHARED)$(UCLIBC_HAS_THREADS),yy)
 	DIRS += dlopen
 	DIRS += dlopen
 endif
 endif
 ifeq ($(UCLIBC_HAS_THREADS),y)
 ifeq ($(UCLIBC_HAS_THREADS),y)