diff --git a/src/interfaces/ecpg/lib/Makefile.in b/src/interfaces/ecpg/lib/Makefile.in index 988aa35c38fb59406bcf4f5714bac6e330df0986..8d017f1bc20fce83a5fc70c9dfb2b45017babbf1 100644 --- a/src/interfaces/ecpg/lib/Makefile.in +++ b/src/interfaces/ecpg/lib/Makefile.in @@ -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 diff --git a/src/interfaces/libpgtcl/Makefile.in b/src/interfaces/libpgtcl/Makefile.in index 9976dbd9a1496aeb108fdd9a2096fddc79096ca8..27a8fc44b7f768c6767c92289f1c9d2ce7fead15 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 diff --git a/src/interfaces/libpq++/Makefile.in b/src/interfaces/libpq++/Makefile.in index f3faf6726382a5f12d86cc4762f521519e27ecae..5e6422c411fce1fe9ea2fc6116db4fdce2e47872 100644 --- a/src/interfaces/libpq++/Makefile.in +++ b/src/interfaces/libpq++/Makefile.in @@ -7,7 +7,7 @@ # # # IDENTIFICATION -# $Header: /cvsroot/pgsql/src/interfaces/libpq++/Attic/Makefile.in,v 1.6 1998/10/12 01:10:07 momjian Exp $ +# $Header: /cvsroot/pgsql/src/interfaces/libpq++/Attic/Makefile.in,v 1.7 1998/10/12 01:23:27 momjian Exp $ # #------------------------------------------------------------------------- @@ -60,7 +60,7 @@ endif ifeq ($(PORTNAME), solaris_sparc) INSTALL-SHLIB-DEP := install-shlib SHLIB := libpq++.so.1 - LDFLAGS_SL = -G -z text -shared -soname $(SHLIB) + LDFLAGS_SL = -G -shared -soname $(SHLIB) CFLAGS += $(CFLAGS_SL) endif diff --git a/src/interfaces/libpq/Makefile.in b/src/interfaces/libpq/Makefile.in index 5e2b4aa9ad0d0c341282e1a2a6ace3ffe95da4cb..cfc084c305ce2a65de4d00d05d193594b8583f5e 100644 --- a/src/interfaces/libpq/Makefile.in +++ b/src/interfaces/libpq/Makefile.in @@ -7,7 +7,7 @@ # # # IDENTIFICATION -# $Header: /cvsroot/pgsql/src/interfaces/libpq/Attic/Makefile.in,v 1.36 1998/10/12 01:10:05 momjian Exp $ +# $Header: /cvsroot/pgsql/src/interfaces/libpq/Attic/Makefile.in,v 1.37 1998/10/12 01:23:25 momjian Exp $ # #------------------------------------------------------------------------- @@ -77,7 +77,7 @@ endif ifeq ($(PORTNAME), solaris_sparc) install-shlib-dep := install-shlib shlib := libpq.so.$(SO_MAJOR_VERSION).$(SO_MINOR_VERSION) - LDFLAGS_SL := -G -z text + LDFLAGS_SL := -G CFLAGS += $(CFLAGS_SL) endif diff --git a/src/pl/plpgsql/src/Makefile.in b/src/pl/plpgsql/src/Makefile.in index 9ca58318b49db913c59cdd79346fae035a172722..a4092278ead0a439ff9b8589371f4e632e3b594a 100644 --- a/src/pl/plpgsql/src/Makefile.in +++ b/src/pl/plpgsql/src/Makefile.in @@ -4,7 +4,7 @@ # Makefile for the plpgsql shared object # # IDENTIFICATION -# $Header: /cvsroot/pgsql/src/pl/plpgsql/src/Attic/Makefile.in,v 1.7 1998/10/12 01:10:09 momjian Exp $ +# $Header: /cvsroot/pgsql/src/pl/plpgsql/src/Attic/Makefile.in,v 1.8 1998/10/12 01:23:29 momjian Exp $ # #------------------------------------------------------------------------- @@ -55,7 +55,7 @@ ifeq ($(PORTNAME), bsdi) endif ifeq ($(PORTNAME), solaris_sparc) - LDFLAGS_SL := -G -z text + LDFLAGS_SL := -G CFLAGS += $(CFLAGS_SL) endif