diff options
Diffstat (limited to 'localedata/Makefile')
-rw-r--r-- | localedata/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/localedata/Makefile b/localedata/Makefile index b8cbac0994..231f3ac5dc 100644 --- a/localedata/Makefile +++ b/localedata/Makefile @@ -83,7 +83,7 @@ endif ifneq ($(install_root),) LOCALEDEF=chroot $(install_root) $(bindir)/localedef else -LOCALEDEF=$(common-objpfx)locale/localedef +LOCALEDEF=$(common-objpfx)elf/ld.so --library-path $(rpath-link) $(common-objpfx)locale/localedef endif install-locales: while read locale charset; do \ |