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

Commitaf45dab

Browse files
committed
Fix for BSDI shared libraries.
1 parent76392f8 commitaf45dab

File tree

5 files changed

+11
-11
lines changed

5 files changed

+11
-11
lines changed

‎src/backend/parser/gram.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -229,7 +229,7 @@
229229
*
230230
*
231231
* IDENTIFICATION
232-
* $Header: /cvsroot/pgsql/src/backend/parser/Attic/gram.c,v 2.41 1998/10/08 18:29:33 momjian Exp $
232+
* $Header: /cvsroot/pgsql/src/backend/parser/Attic/gram.c,v 2.42 1998/10/09 03:07:51 momjian Exp $
233233
*
234234
* HISTORY
235235
* AUTHORDATEMAJOR EVENT

‎src/backend/parser/scan.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -556,7 +556,7 @@ char *yytext;
556556
*
557557
*
558558
* IDENTIFICATION
559-
* $Header: /cvsroot/pgsql/src/backend/parser/Attic/scan.c,v 1.29 1998/10/08 18:29:49 momjian Exp $
559+
* $Header: /cvsroot/pgsql/src/backend/parser/Attic/scan.c,v 1.30 1998/10/09 03:07:54 momjian Exp $
560560
*
561561
*-------------------------------------------------------------------------
562562
*/

‎src/interfaces/libpgtcl/Makefile.in

Lines changed: 3 additions & 3 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.22 1998/10/07 06:50:26 thomas Exp $
10+
# $Header: /cvsroot/pgsql/src/interfaces/libpgtcl/Attic/Makefile.in,v 1.23 1998/10/09 03:07:56 momjian Exp $
1111
#
1212
#-------------------------------------------------------------------------
1313

@@ -51,14 +51,14 @@ endif
5151

5252
ifeq ($(PORTNAME), bsdi)
5353
ifdef BSD_SHLIB
54-
ifeq ($(LDSUFFIX), .so)
54+
ifeq ($(DLSUFFIX), .so)
5555
install-shlib-dep:= install-shlib
5656
shlib:= libpgtcl.so
5757
LD:= shlicc
5858
LDFLAGS_SL+= -O -shared
5959
CFLAGS+=$(CFLAGS_SL)
6060
endif
61-
ifeq ($(LDSUFFIX), .o)
61+
ifeq ($(DLSUFFIX), .o)
6262
install-shlib-dep:= install-shlib
6363
shlib:= libpgtcl.o
6464
LD:= shlicc

‎src/interfaces/libpq/Makefile.in

Lines changed: 3 additions & 3 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.30 1998/10/07 06:50:33 thomas Exp $
10+
# $Header: /cvsroot/pgsql/src/interfaces/libpq/Attic/Makefile.in,v 1.31 1998/10/09 03:07:57 momjian Exp $
1111
#
1212
#-------------------------------------------------------------------------
1313

@@ -58,14 +58,14 @@ endif
5858

5959
ifeq ($(PORTNAME), bsdi)
6060
ifdef BSD_SHLIB
61-
ifeq ($(LDSUFFIX), .so)
61+
ifeq ($(DLSUFFIX), .so)
6262
install-shlib-dep := install-shlib
6363
shlib:= libpq.so.$(SO_MAJOR_VERSION).$(SO_MINOR_VERSION)
6464
LD:= shlicc
6565
LDFLAGS_SL+= -O -shared
6666
CFLAGS+=$(CFLAGS_SL)
6767
endif
68-
ifeq ($(LDSUFFIX), .o)
68+
ifeq ($(DLSUFFIX), .o)
6969
install-shlib-dep:= install-shlib
7070
shlib:= libpq.o.$(SO_MAJOR_VERSION).$(SO_MINOR_VERSION)
7171
LD:=shlicc

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

Lines changed: 3 additions & 3 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.1 1998/10/08 23:45:17 momjian Exp $
7+
# $Header: /cvsroot/pgsql/src/pl/plpgsql/src/Attic/Makefile.in,v 1.2 1998/10/09 03:08:00 momjian Exp $
88
#
99
#-------------------------------------------------------------------------
1010

@@ -42,12 +42,12 @@ endif
4242

4343
ifeq ($(PORTNAME), bsdi)
4444
ifdef BSD_SHLIB
45-
ifeq ($(LDSUFFIX), .so)
45+
ifeq ($(DLSUFFIX), .so)
4646
LD:= shlicc
4747
LDFLAGS_SL+= -O -shared
4848
CFLAGS+=$(CFLAGS_SL)
4949
endif
50-
ifeq ($(LDSUFFIX), .o)
50+
ifeq ($(DLSUFFIX), .o)
5151
LD:= shlicc
5252
LDFLAGS_SL+= -O -r
5353
CFLAGS+=$(CFLAGS_SL)

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp