1
0
mirror of https://github.com/postgres/postgres.git synced 2025-08-31 17:02:12 +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

@@ -7,7 +7,7 @@
#
#
# IDENTIFICATION
# $Header: /cvsroot/pgsql/src/interfaces/libpgtcl/Attic/Makefile.in,v 1.28 1998/10/12 01:10:03 momjian Exp $
# $Header: /cvsroot/pgsql/src/interfaces/libpgtcl/Attic/Makefile.in,v 1.29 1998/10/12 01:23:23 momjian Exp $
#
#-------------------------------------------------------------------------
@@ -73,7 +73,7 @@ endif
ifeq ($(PORTNAME), solaris_sparc)
install-shlib-dep := install-shlib
shlib := libpgtcl.so.$(SO_MAJOR_VERSION).$(SO_MINOR_VERSION)
LDFLAGS_SL := -G -z text
LDFLAGS_SL := -G
CFLAGS += $(CFLAGS_SL)
endif