1
0
mirror of https://github.com/postgres/postgres.git synced 2025-11-06 07:49:08 +03:00

More Solaris fixes.

This commit is contained in:
Bruce Momjian
1998-10-12 01:23:29 +00:00
parent e16634386a
commit e48623ce87
5 changed files with 9 additions and 9 deletions

View File

@@ -38,7 +38,7 @@ endif
ifeq ($(PORTNAME), solaris_sparc)
install-shlib-dep := install-shlib
shlib := libecpg.so.$(SO_MAJOR_VERSION).$(SO_MINOR_VERSION).$(SO_PATCHLEVEL)
LDFLAGS_SL = -G -z text
LDFLAGS_SL = -G
CFLAGS += $(CFLAGS_SL)
endif