Update.
authorUlrich Drepper <drepper@redhat.com>
Wed, 23 Sep 1998 10:59:22 +0000 (10:59 +0000)
committerUlrich Drepper <drepper@redhat.com>
Wed, 23 Sep 1998 10:59:22 +0000 (10:59 +0000)
1998-09-23  Ulrich Drepper  <drepper@cygnus.com>

* Makefile [no install_root] (LOCALEDEF): Run localedef using jsut
built ld.so.

localedata/ChangeLog
localedata/Makefile

index 99b9078..d920713 100644 (file)
@@ -1,3 +1,8 @@
+1998-09-23  Ulrich Drepper  <drepper@cygnus.com>
+
+       * Makefile [no install_root] (LOCALEDEF): Run localedef using jsut
+       built ld.so.
+
 1998-06-15  Ulrich Drepper  <drepper@cygnus.com>
 
        * Makefile: Add more dependecies for running tests.
index b8cbac0..231f3ac 100644 (file)
@@ -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 \