From 8e50323841bb0e77d4c85e3d59738897dc012d91 Mon Sep 17 00:00:00 2001 From: Andre Noll Date: Fri, 6 Jun 2008 15:49:56 +0200 Subject: [PATCH] Solaris fixes. --- Makefile | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/Makefile b/Makefile index b42b1a9..cc44478 100644 --- a/Makefile +++ b/Makefile @@ -86,8 +86,11 @@ ifeq ($(uname_s),SunOS) LDFLAGS += --shared LDFLAGS += -z text LDFLAGS += -z defs - realname := lib$(libname).so.$(major_version).$(minor_version).$(patchlevel_version) + soname := lib$(libname).so.$(x) + realname := $(soname).$(y).$(z) + linkername := lib$(libname).so CPPFLAGS += -I/opt/csw/include + LDFLAGS += -lc endif all: $(realname) oslfsck -- 2.39.2