diff options
-rw-r--r-- | ChangeLog | 5 | ||||
-rw-r--r-- | shlib-versions | 3 |
2 files changed, 8 insertions, 0 deletions
@@ -1,3 +1,8 @@ +2000-09-13 Andreas Jaeger <aj@suse.de> + + * shlib-versions: libBrokenLocale needs minimal version for ia64, + sparc64 and sh to synch with libc. + 2000-09-13 Ulrich Drepper <drepper@redhat.com> * iconvdata/Makefile (modules): Add ISO-2022-CN-EXT. diff --git a/shlib-versions b/shlib-versions index 685b8a329d..ceed6bf0b3 100644 --- a/shlib-versions +++ b/shlib-versions @@ -104,6 +104,9 @@ alpha.*-.*-linux.* libcrypt=1.1 # The gross patch for programs assuming broken locale implementations. alpha.*-.*-linux.* libBrokenLocale=1.1 +ia64-.*-.* libBrokenLocale=1 GLIBC_2.2 +sh.*-.*-.* libBrokenLocale=1 GLIBC_2.2 +sparc64-.*-.* libBrokenLocale=1 GLIBC_2.2 .*-.*-.* libBrokenLocale=1 # The real-time library from POSIX.1b. |