diff options
Diffstat (limited to 'locale')
-rw-r--r-- | locale/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/locale/Makefile b/locale/Makefile index a62b647ac4..2bec43618c 100644 --- a/locale/Makefile +++ b/locale/Makefile @@ -100,4 +100,5 @@ CFLAGS-charmap-dir.c = -Wno-write-strings # Depend on libc.so so a DT_NEEDED is generated in the shared objects. # This ensures they will load libc.so for needed symbols if loaded by # a statically-linked program that hasn't already loaded it. -$(objpfx)libBrokenLocale.so: $(common-objpfx)libc.so +$(objpfx)libBrokenLocale.so: $(common-objpfx)libc.so \ + $(common-objpfx)libc_nonshared.a |