diff options
author | Mike Frysinger <vapier@gentoo.org> | 2006-01-13 08:38:01 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2006-01-13 08:38:01 +0000 |
commit | f64bd7d9800a934c07c74ed4c70c7e53784b3603 (patch) | |
tree | 2ecdca2b160e876998d157e09c78655083361d6b /test | |
parent | 445ea79b99fd9a3f966ecb9cdae23fa69d773be0 (diff) |
dlopen test also requires threads :/
Diffstat (limited to 'test')
-rw-r--r-- | test/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Makefile b/test/Makefile index 32dc4f6ef..5e1c086ae 100644 --- a/test/Makefile +++ b/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) |