Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commite48623c

Browse files
committed
More Solaris fixes.
1 parente166343 commite48623c

File tree

5 files changed

+9
-9
lines changed

5 files changed

+9
-9
lines changed

‎src/interfaces/ecpg/lib/Makefile.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ endif
3838
ifeq ($(PORTNAME), solaris_sparc)
3939
install-shlib-dep := install-shlib
4040
shlib := libecpg.so.$(SO_MAJOR_VERSION).$(SO_MINOR_VERSION).$(SO_PATCHLEVEL)
41-
LDFLAGS_SL = -G -z text
41+
LDFLAGS_SL = -G
4242
CFLAGS +=$(CFLAGS_SL)
4343
endif
4444

‎src/interfaces/libpgtcl/Makefile.in

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
#
88
#
99
# 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 $
1111
#
1212
#-------------------------------------------------------------------------
1313

@@ -73,7 +73,7 @@ endif
7373
ifeq ($(PORTNAME), solaris_sparc)
7474
install-shlib-dep:= install-shlib
7575
shlib:= libpgtcl.so.$(SO_MAJOR_VERSION).$(SO_MINOR_VERSION)
76-
LDFLAGS_SL:= -G -z text
76+
LDFLAGS_SL:= -G
7777
CFLAGS+=$(CFLAGS_SL)
7878
endif
7979

‎src/interfaces/libpq++/Makefile.in

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
#
88
#
99
# 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 $
1111
#
1212
#-------------------------------------------------------------------------
1313

@@ -60,7 +60,7 @@ endif
6060
ifeq ($(PORTNAME), solaris_sparc)
6161
INSTALL-SHLIB-DEP := install-shlib
6262
SHLIB := libpq++.so.1
63-
LDFLAGS_SL = -G -z text -shared -soname$(SHLIB)
63+
LDFLAGS_SL = -G -shared -soname$(SHLIB)
6464
CFLAGS +=$(CFLAGS_SL)
6565
endif
6666

‎src/interfaces/libpq/Makefile.in

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
#
88
#
99
# 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 $
1111
#
1212
#-------------------------------------------------------------------------
1313

@@ -77,7 +77,7 @@ endif
7777
ifeq ($(PORTNAME), solaris_sparc)
7878
install-shlib-dep:= install-shlib
7979
shlib:= libpq.so.$(SO_MAJOR_VERSION).$(SO_MINOR_VERSION)
80-
LDFLAGS_SL:= -G -z text
80+
LDFLAGS_SL:= -G
8181
CFLAGS+=$(CFLAGS_SL)
8282
endif
8383

‎src/pl/plpgsql/src/Makefile.in

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
# Makefile for the plpgsql shared object
55
#
66
# 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 $
88
#
99
#-------------------------------------------------------------------------
1010

@@ -55,7 +55,7 @@ ifeq ($(PORTNAME), bsdi)
5555
endif
5656

5757
ifeq ($(PORTNAME), solaris_sparc)
58-
LDFLAGS_SL:= -G -z text
58+
LDFLAGS_SL:= -G
5959
CFLAGS+=$(CFLAGS_SL)
6060
endif
6161

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp