Pārlūkot izejas kodu

dlopen test also requires threads :/

Mike Frysinger 19 gadi atpakaļ
vecāks
revīzija
f64bd7d980
1 mainītis faili ar 1 papildinājumiem un 1 dzēšanām
  1. 1 1
      test/Makefile

+ 1 - 1
test/Makefile

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