From e17f38594ffd9930d2db881673373ddcf97b0f6a Mon Sep 17 00:00:00 2001 From: Mark Kettenis Date: Wed, 27 Jun 2001 23:29:39 +0000 Subject: * sysdeps/mach/hurd/Makefile ($(link-rpcuserlibs)): Add back -Wl,-soname option lost in 2001-06-16 change. 2001-06-28 Mark Kettenis * sysdeps/mach/hurd/Makefile ($(link-rpcuserlibs)): Add back -Wl,-soname option lost in 2001-06-16 change. --- sysdeps/mach/hurd/Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'sysdeps') 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. -- cgit 1.4.1