From 2119dcfaccfa6fabf9e6be15f6d97ad041252ac9 Mon Sep 17 00:00:00 2001 From: Ulrich Drepper Date: Sun, 8 Jan 2012 09:52:29 -0500 Subject: Static linking is always needed --- dlfcn/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'dlfcn/Makefile') diff --git a/dlfcn/Makefile b/dlfcn/Makefile index ae76082111..be8580cb3f 100644 --- a/dlfcn/Makefile +++ b/dlfcn/Makefile @@ -53,7 +53,7 @@ failtestmod.so-no-z-defs = yes glreflib2.so-no-z-defs = yes errmsg1mod.so-no-z-defs = yes -ifeq (yesyes,$(build-static)$(build-shared)) +ifeq (yes,$(build-shared)) tests += tststatic tststatic2 tests-static += tststatic tststatic2 modules-names += modstatic modstatic2 -- cgit v1.2.3