diff options
| author | Bruce Momjian | 1998-10-12 01:23:29 +0000 |
|---|---|---|
| committer | Bruce Momjian | 1998-10-12 01:23:29 +0000 |
| commit | e48623ce873077287570232705b5597f926b6a90 (patch) | |
| tree | 7622380a8094df14746dbb97b986b551e880469a /src/interfaces/libpgtcl | |
| parent | e16634386aa76dc17d1a23877be31f0cd3aa2684 (diff) | |
More Solaris fixes.
Diffstat (limited to 'src/interfaces/libpgtcl')
| -rw-r--r-- | src/interfaces/libpgtcl/Makefile.in | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/interfaces/libpgtcl/Makefile.in b/src/interfaces/libpgtcl/Makefile.in index 9976dbd9a14..27a8fc44b7f 100644 --- a/src/interfaces/libpgtcl/Makefile.in +++ b/src/interfaces/libpgtcl/Makefile.in @@ -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 |
