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 /sysdeps | |
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.
Diffstat (limited to 'sysdeps')
-rw-r--r-- | sysdeps/mach/hurd/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
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. |