Don't make shared libraries for i386_solaris yet...it doesn't work

This commit is contained in:
Marc G. Fournier 1998-02-19 17:02:25 +00:00
parent ef12012e5b
commit 24549df4bf

View File

@ -25,12 +25,12 @@ ifeq ($(PORTNAME), bsd)
LDFLAGS_SL = -x -Bshareable -Bforcearchive LDFLAGS_SL = -x -Bshareable -Bforcearchive
CFLAGS += $(CFLAGS_SL) CFLAGS += $(CFLAGS_SL)
endif endif
ifeq ($(PORTNAME), i386_solaris) #ifeq ($(PORTNAME), i386_solaris)
install-shlib-dep := install-shlib # install-shlib-dep := install-shlib
shlib := libecpg.so.$(SO_MAJOR_VERSION).$(SO_MINOR_VERSION) # shlib := libecpg.so.$(SO_MAJOR_VERSION).$(SO_MINOR_VERSION)
LDFLAGS_SL = -G -z text # LDFLAGS_SL = -G -z text
CFLAGS += $(CFLAGS_SL) # CFLAGS += $(CFLAGS_SL)
endif #endif
ifeq ($(PORTNAME), univel) ifeq ($(PORTNAME), univel)
install-shlib-dep := install-shlib install-shlib-dep := install-shlib
shlib := libecpg.so.1 shlib := libecpg.so.1