[PATCH] Make versioned shared library suffix configurable

Mike Hommey mh+jemalloc at glandium.org
Mon Apr 16 23:56:13 PDT 2012


On Tue, Apr 17, 2012 at 08:51:34AM +0200, Mike Hommey wrote:
> From: Mike Hommey <mh at glandium.org>
> 
> This allows for different patterns for file names:
> - lib.so.version for e.g. Linux
> - lib.version.dylib for OSX (which is much more common than
> lib.dylib.version)
> - lib.dll for Windows (no version at all).
> ---
>  Makefile.in  |   21 ++++++++++++++-------
>  configure.ac |    3 +++
>  2 files changed, 17 insertions(+), 7 deletions(-)

Just figured there's also a bit in bin/jemalloc.sh. New patch incoming.

Mike



More information about the jemalloc-discuss mailing list