From: Andre Noll Date: Fri, 6 Jun 2008 13:49:56 +0000 (+0200) Subject: Solaris fixes. X-Git-Tag: v0.1.0~51 X-Git-Url: http://git.tuebingen.mpg.de/?p=osl.git;a=commitdiff_plain;h=8e50323841bb0e77d4c85e3d59738897dc012d91;hp=c1a4bb030717f2d2d209ccd8ab898ab66fa16869 Solaris fixes. --- 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