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

Commita8428c9

Browse files
committed
More bsdi 4.0 cleanups for shared libraries.
1 parent765dd1b commita8428c9

File tree

4 files changed

+8
-9
lines changed

4 files changed

+8
-9
lines changed

‎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.24 1998/10/09 04:22:46 momjian Exp $
10+
# $Header: /cvsroot/pgsql/src/interfaces/libpgtcl/Attic/Makefile.in,v 1.25 1998/10/09 04:50:06 momjian Exp $
1111
#
1212
#-------------------------------------------------------------------------
1313

@@ -54,7 +54,7 @@ ifeq ($(PORTNAME), bsdi)
5454
ifeq ($(DLSUFFIX), .so)
5555
install-shlib-dep:= install-shlib
5656
shlib:= libpgtcl.so
57-
LDFLAGS_SL+= -O -shared
57+
LDFLAGS_SL+= -shared
5858
CFLAGS+=$(CFLAGS_SL)
5959
endif
6060
ifeq ($(DLSUFFIX), .o)

‎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.32 1998/10/09 04:22:48 momjian Exp $
10+
# $Header: /cvsroot/pgsql/src/interfaces/libpq/Attic/Makefile.in,v 1.33 1998/10/09 04:50:08 momjian Exp $
1111
#
1212
#-------------------------------------------------------------------------
1313

@@ -61,13 +61,13 @@ ifeq ($(PORTNAME), bsdi)
6161
ifeq ($(DLSUFFIX), .so)
6262
install-shlib-dep := install-shlib
6363
shlib:= libpq.so.$(SO_MAJOR_VERSION).$(SO_MINOR_VERSION)
64-
LDFLAGS_SL+= -O -shared
64+
LDFLAGS_SL+= -shared
6565
CFLAGS+=$(CFLAGS_SL)
6666
endif
6767
ifeq ($(DLSUFFIX), .o)
6868
install-shlib-dep:= install-shlib
6969
shlib:= libpq.o.$(SO_MAJOR_VERSION).$(SO_MINOR_VERSION)
70-
LD:=shlicc
70+
LD:=shlicc
7171
LDFLAGS_SL += -O -r
7272
CFLAGS+=$(CFLAGS_SL)
7373
endif

‎src/makefiles/Makefile.bsdi

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
# for bsdi 4.0 ELF
22
# if we defined .so in template/bsdi_4.0
33
%.so: %.o
4-
$(CC) -shared -o $@ $<
5-
4+
$(LD) -shared -o $@ $<

‎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.3 1998/10/09 04:22:49 momjian Exp $
7+
# $Header: /cvsroot/pgsql/src/pl/plpgsql/src/Attic/Makefile.in,v 1.4 1998/10/09 04:50:12 momjian Exp $
88
#
99
#-------------------------------------------------------------------------
1010

@@ -43,7 +43,7 @@ endif
4343
ifeq ($(PORTNAME), bsdi)
4444
ifdef BSD_SHLIB
4545
ifeq ($(DLSUFFIX), .so)
46-
LDFLAGS_SL+= -O -shared
46+
LDFLAGS_SL+= -shared
4747
CFLAGS+=$(CFLAGS_SL)
4848
endif
4949
ifeq ($(DLSUFFIX), .o)

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp