>From 88c372340abbca44629fa3caded8f8581402593a Mon Sep 17 00:00:00 2001 From: Peter Bex Date: Thu, 20 Feb 2014 22:20:45 +0100 Subject: [PATCH 4/6] Solaris uses sonames as well --- Makefile.solaris | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile.solaris b/Makefile.solaris index 5663ce1..75b60b2 100644 --- a/Makefile.solaris +++ b/Makefile.solaris @@ -84,6 +84,7 @@ LINKER_LINK_SHARED_PROGRAM_OPTIONS = -Wl,-R"$(RUNTIME_LINKER_PATH)" endif LIBRARIES = -lsocket -lnsl -lm -ldl -lrt NEEDS_RELINKING = yes +USES_SONAME = yes # special files -- 1.7.10.4