File tree 5 files changed +9
-9
lines changed
5 files changed +9
-9
lines changed Original file line number Diff line number Diff line change 38
38
ifeq ($(PORTNAME ) , solaris_sparc)
39
39
install-shlib-dep := install-shlib
40
40
shlib := libecpg.so.$(SO_MAJOR_VERSION ) .$(SO_MINOR_VERSION ) .$(SO_PATCHLEVEL )
41
- LDFLAGS_SL = -G -z text
41
+ LDFLAGS_SL = -G
42
42
CFLAGS += $(CFLAGS_SL )
43
43
endif
44
44
Original file line number Diff line number Diff line change 7
7
#
8
8
#
9
9
# IDENTIFICATION
10
- # $Header: /cvsroot/pgsql/src/interfaces/libpgtcl/Attic/Makefile.in,v 1.28 1998/10/12 01:10:03 momjian Exp $
10
+ # $Header: /cvsroot/pgsql/src/interfaces/libpgtcl/Attic/Makefile.in,v 1.29 1998/10/12 01:23:23 momjian Exp $
11
11
#
12
12
# -------------------------------------------------------------------------
13
13
73
73
ifeq ($(PORTNAME ) , solaris_sparc)
74
74
install-shlib-dep := install-shlib
75
75
shlib := libpgtcl.so.$(SO_MAJOR_VERSION ) .$(SO_MINOR_VERSION )
76
- LDFLAGS_SL := -G -z text
76
+ LDFLAGS_SL := -G
77
77
CFLAGS += $(CFLAGS_SL )
78
78
endif
79
79
Original file line number Diff line number Diff line change 7
7
#
8
8
#
9
9
# IDENTIFICATION
10
- # $Header: /cvsroot/pgsql/src/interfaces/libpq++/Attic/Makefile.in,v 1.6 1998/10/12 01:10:07 momjian Exp $
10
+ # $Header: /cvsroot/pgsql/src/interfaces/libpq++/Attic/Makefile.in,v 1.7 1998/10/12 01:23:27 momjian Exp $
11
11
#
12
12
# -------------------------------------------------------------------------
13
13
60
60
ifeq ($(PORTNAME ) , solaris_sparc)
61
61
INSTALL-SHLIB-DEP := install-shlib
62
62
SHLIB := libpq++.so.1
63
- LDFLAGS_SL = -G -z text - shared -soname $(SHLIB )
63
+ LDFLAGS_SL = -G -shared -soname $(SHLIB )
64
64
CFLAGS += $(CFLAGS_SL )
65
65
endif
66
66
Original file line number Diff line number Diff line change 7
7
#
8
8
#
9
9
# IDENTIFICATION
10
- # $Header: /cvsroot/pgsql/src/interfaces/libpq/Attic/Makefile.in,v 1.36 1998/10/12 01:10:05 momjian Exp $
10
+ # $Header: /cvsroot/pgsql/src/interfaces/libpq/Attic/Makefile.in,v 1.37 1998/10/12 01:23:25 momjian Exp $
11
11
#
12
12
# -------------------------------------------------------------------------
13
13
77
77
ifeq ($(PORTNAME ) , solaris_sparc)
78
78
install-shlib-dep := install-shlib
79
79
shlib := libpq.so.$(SO_MAJOR_VERSION ) .$(SO_MINOR_VERSION )
80
- LDFLAGS_SL := -G -z text
80
+ LDFLAGS_SL := -G
81
81
CFLAGS += $(CFLAGS_SL )
82
82
endif
83
83
Original file line number Diff line number Diff line change 4
4
# Makefile for the plpgsql shared object
5
5
#
6
6
# IDENTIFICATION
7
- # $Header: /cvsroot/pgsql/src/pl/plpgsql/src/Attic/Makefile.in,v 1.7 1998/10/12 01:10:09 momjian Exp $
7
+ # $Header: /cvsroot/pgsql/src/pl/plpgsql/src/Attic/Makefile.in,v 1.8 1998/10/12 01:23:29 momjian Exp $
8
8
#
9
9
# -------------------------------------------------------------------------
10
10
@@ -55,7 +55,7 @@ ifeq ($(PORTNAME), bsdi)
55
55
endif
56
56
57
57
ifeq ($(PORTNAME ) , solaris_sparc)
58
- LDFLAGS_SL := -G -z text
58
+ LDFLAGS_SL := -G
59
59
CFLAGS += $(CFLAGS_SL )
60
60
endif
61
61
You can’t perform that action at this time.
0 commit comments