diff options
author | Ulrich Drepper <drepper@gmail.com> | 2012-01-08 09:52:29 -0500 |
---|---|---|
committer | Ulrich Drepper <drepper@gmail.com> | 2012-01-08 09:52:29 -0500 |
commit | 2119dcfaccfa6fabf9e6be15f6d97ad041252ac9 (patch) | |
tree | 59aeb0bf04e9720306dcceb56074697c24116da0 /dlfcn/Makefile | |
parent | 121766a9d6295d1b3f33b2171c3ad234615627c3 (diff) | |
download | glibc-2119dcfaccfa6fabf9e6be15f6d97ad041252ac9.tar glibc-2119dcfaccfa6fabf9e6be15f6d97ad041252ac9.tar.gz glibc-2119dcfaccfa6fabf9e6be15f6d97ad041252ac9.tar.bz2 glibc-2119dcfaccfa6fabf9e6be15f6d97ad041252ac9.zip |
Static linking is always needed
Diffstat (limited to 'dlfcn/Makefile')
-rw-r--r-- | dlfcn/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
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 |