about summary refs log tree commit diff
path: root/iconvdata/extra-module.mk
diff options
context:
space:
mode:
Diffstat (limited to 'iconvdata/extra-module.mk')
-rw-r--r--iconvdata/extra-module.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/iconvdata/extra-module.mk b/iconvdata/extra-module.mk
index 4662c77f17..e00eb5e8d2 100644
--- a/iconvdata/extra-module.mk
+++ b/iconvdata/extra-module.mk
@@ -9,7 +9,7 @@ $(objpfx)$(mod).so: $(addprefix $(objpfx),$(addsuffix .os,$($(mod)-routines)))
 # 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)$(mod).so: $(common-objpfx)libc.so
+$(objpfx)$(mod).so: $(common-objpfx)libc.so $(common-objpfx)libc_nonshared.a
 
 ifneq (,$(extra-modules-left))
 include extra-module.mk