Re: Set soname for shared libraries

2017-11-13 Thread Philip Guenther
On Mon, Nov 13, 2017 at 12:25 PM, Mark Kettenis wrote: > The diff below changes bsd.lib.mk such that we set the DT_SONAME entry > for shared libraries to the name of the shared library. This brings > us in line with other ELF systems and allows us to use symlinks to >

Set soname for shared libraries

2017-11-13 Thread Mark Kettenis
The diff below changes bsd.lib.mk such that we set the DT_SONAME entry for shared libraries to the name of the shared library. This brings us in line with other ELF systems and allows us to use symlinks to tell the linker which shared libraries to link against. That in turn would allow us to