diff options
author | Mark Kettenis <kettenis@gnu.org> | 2001-06-27 23:29:39 +0000 |
---|---|---|
committer | Mark Kettenis <kettenis@gnu.org> | 2001-06-27 23:29:39 +0000 |
commit | e17f38594ffd9930d2db881673373ddcf97b0f6a (patch) | |
tree | 683227e77f2bb1a6c127edee5cd7b0987701a6cf | |
parent | 2f07975de1d44e196edf7f725f02111d23e42057 (diff) | |
download | glibc-e17f38594ffd9930d2db881673373ddcf97b0f6a.tar.gz glibc-e17f38594ffd9930d2db881673373ddcf97b0f6a.tar.xz glibc-e17f38594ffd9930d2db881673373ddcf97b0f6a.zip |
* sysdeps/mach/hurd/Makefile ($(link-rpcuserlibs)): Add back -Wl,-soname option lost in 2001-06-16 change.
2001-06-28 Mark Kettenis <kettenis@gnu.org> * sysdeps/mach/hurd/Makefile ($(link-rpcuserlibs)): Add back -Wl,-soname option lost in 2001-06-16 change.
-rw-r--r-- | ChangeLog | 5 | ||||
-rw-r--r-- | sysdeps/mach/hurd/Makefile | 1 |
2 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index 7d1559f852..197e18f107 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2001-06-28 Mark Kettenis <kettenis@gnu.org> + + * sysdeps/mach/hurd/Makefile ($(link-rpcuserlibs)): Add back + -Wl,-soname option lost in 2001-06-16 change. + 2001-06-27 Ulrich Drepper <drepper@redhat.com> * posix/tst-regex.c: Pass REG_NEWLINE to regcomp. Add extra tests. diff --git a/sysdeps/mach/hurd/Makefile b/sysdeps/mach/hurd/Makefile index afeefc6b4c..92a7bc4a8d 100644 --- a/sysdeps/mach/hurd/Makefile +++ b/sysdeps/mach/hurd/Makefile @@ -153,6 +153,7 @@ $(link-rpcuserlibs): %-link.so: %_pic.a # so they don't need abi-note.o linked into them. $(build-shlib-helper) \ -nostdlib -o $@ \ + -Wl,-soname=$(*F).so$($(*F).so-version) \ $(build-shlib-objlist) # And get them into the libc.so ldscript. |