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

Commita6c688d

Browse files
committed
Irix update from Mark Dalphin
1 parent104d6c8 commita6c688d

File tree

2 files changed

+9
-2
lines changed

2 files changed

+9
-2
lines changed

‎doc/TODO

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -221,7 +221,7 @@ MISC
221221
* fix memory leak in cache code when non-existant table is referenced
222222
* In WHERE x=3 AND x=y, add y=3
223223
* pass atttypmod through parser in more cases(Bruce)
224-
224+
* remov
225225
SOURCE CODE
226226
-----------
227227
* Add use of 'const' for varibles in source tree

‎src/Makefile.shlib

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
# Copyright (c) 1998, Regents of the University of California
77
#
88
# IDENTIFICATION
9-
# $Header: /cvsroot/pgsql/src/Makefile.shlib,v 1.11 1999/06/30 23:54:18 tgl Exp $
9+
# $Header: /cvsroot/pgsql/src/Makefile.shlib,v 1.12 1999/07/08 00:15:03 momjian Exp $
1010
#
1111
#-------------------------------------------------------------------------
1212

@@ -56,6 +56,13 @@ install-shlib-dep :=
5656
# Makefile.global (or really Makefile.port) to supply DLSUFFIX and other
5757
# symbols.
5858

59+
ifeq ($(PORTNAME), irix5)
60+
install-shlib-dep := install-shlib
61+
shlib := lib$(NAME)$(DLSUFFIX).$(SO_MAJOR_VERSION).$(SO__MINOR_VERSION)
62+
LDFLAGS_SL := -shared
63+
CFLAGS += $(CFLAGS_SL)
64+
endif
65+
5966
ifeq ($(PORTNAME), freebsd)
6067
ifdef BSD_SHLIB
6168
install-shlib-dep:= install-shlib

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp