Quellcode durchsuchen

dlopen test also requires threads :/

Mike Frysinger vor 20 Jahren
Ursprung
Commit
f64bd7d980
1 geänderte Dateien mit 1 neuen und 1 gelöschten Zeilen
  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)