File tree 2 files changed +9
-2
lines changed
2 files changed +9
-2
lines changed Original file line number Diff line number Diff line change 221
221
* fix memory leak in cache code when non-existant table is referenced
222
222
* In WHERE x=3 AND x=y, add y=3
223
223
* pass atttypmod through parser in more cases(Bruce)
224
-
224
+ * remov
225
225
SOURCE CODE
226
226
-----------
227
227
* Add use of 'const' for varibles in source tree
Original file line number Diff line number Diff line change 6
6
# Copyright (c) 1998, Regents of the University of California
7
7
#
8
8
# 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 $
10
10
#
11
11
#-------------------------------------------------------------------------
12
12
@@ -56,6 +56,13 @@ install-shlib-dep :=
56
56
# Makefile.global (or really Makefile.port) to supply DLSUFFIX and other
57
57
# symbols.
58
58
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
+
59
66
ifeq ($(PORTNAME), freebsd)
60
67
ifdef BSD_SHLIB
61
68
install-shlib-dep := install-shlib
You can’t perform that action at this time.
0 commit comments