Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit a6c688d

Browse files
committed
Irix update from Mark Dalphin
1 parent 104d6c8 commit a6c688d

File tree

2 files changed

+9
-2
lines changed

2 files changed

+9
-2
lines changed

doc/TODO

+1-1
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

+8-1
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)