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

Commit765dd1b

Browse files
committed
More bsdi 4.0 fixes.
1 parent4b86cab commit765dd1b

File tree

3 files changed

+3
-6
lines changed

3 files changed

+3
-6
lines changed

‎src/interfaces/libpgtcl/Makefile.in

Lines changed: 1 addition & 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.23 1998/10/0903:07:56 momjian Exp $
10+
# $Header: /cvsroot/pgsql/src/interfaces/libpgtcl/Attic/Makefile.in,v 1.24 1998/10/0904:22:46 momjian Exp $
1111
#
1212
#-------------------------------------------------------------------------
1313

@@ -54,7 +54,6 @@ ifeq ($(PORTNAME), bsdi)
5454
ifeq ($(DLSUFFIX), .so)
5555
install-shlib-dep:= install-shlib
5656
shlib:= libpgtcl.so
57-
LD:= shlicc
5857
LDFLAGS_SL+= -O -shared
5958
CFLAGS+=$(CFLAGS_SL)
6059
endif

‎src/interfaces/libpq/Makefile.in

Lines changed: 1 addition & 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.31 1998/10/0903:07:57 momjian Exp $
10+
# $Header: /cvsroot/pgsql/src/interfaces/libpq/Attic/Makefile.in,v 1.32 1998/10/0904:22:48 momjian Exp $
1111
#
1212
#-------------------------------------------------------------------------
1313

@@ -61,7 +61,6 @@ ifeq ($(PORTNAME), bsdi)
6161
ifeq ($(DLSUFFIX), .so)
6262
install-shlib-dep := install-shlib
6363
shlib:= libpq.so.$(SO_MAJOR_VERSION).$(SO_MINOR_VERSION)
64-
LD:= shlicc
6564
LDFLAGS_SL+= -O -shared
6665
CFLAGS+=$(CFLAGS_SL)
6766
endif

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

Lines changed: 1 addition & 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.2 1998/10/0903:08:00 momjian Exp $
7+
# $Header: /cvsroot/pgsql/src/pl/plpgsql/src/Attic/Makefile.in,v 1.3 1998/10/0904:22:49 momjian Exp $
88
#
99
#-------------------------------------------------------------------------
1010

@@ -43,7 +43,6 @@ endif
4343
ifeq ($(PORTNAME), bsdi)
4444
ifdef BSD_SHLIB
4545
ifeq ($(DLSUFFIX), .so)
46-
LD:= shlicc
4746
LDFLAGS_SL+= -O -shared
4847
CFLAGS+=$(CFLAGS_SL)
4948
endif

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp