瀏覽代碼

Look at HAVE_SHARED

We do not have UCLIBC_STATIC (anymore) but !HAVE_SHARED

Signed-off-by: Bernhard Reutner-Fischer <rep.dot.nop@gmail.com>
Signed-off-by: Austin Foxley <austinf@cetoncorp.com>
Bernhard Reutner-Fischer 16 年之前
父節點
當前提交
268f276bca
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      test/dlopen/Makefile

+ 1 - 1
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