mirror of
https://git.postgresql.org/git/postgresql.git
synced 2024-11-27 07:21:09 +08:00
Irix update from Mark Dalphin
This commit is contained in:
parent
104d6c816e
commit
a6c688d9cd
2
doc/TODO
2
doc/TODO
@ -221,7 +221,7 @@ MISC
|
|||||||
* fix memory leak in cache code when non-existant table is referenced
|
* fix memory leak in cache code when non-existant table is referenced
|
||||||
* In WHERE x=3 AND x=y, add y=3
|
* In WHERE x=3 AND x=y, add y=3
|
||||||
* pass atttypmod through parser in more cases(Bruce)
|
* pass atttypmod through parser in more cases(Bruce)
|
||||||
|
* remov
|
||||||
SOURCE CODE
|
SOURCE CODE
|
||||||
-----------
|
-----------
|
||||||
* Add use of 'const' for varibles in source tree
|
* Add use of 'const' for varibles in source tree
|
||||||
|
@ -6,7 +6,7 @@
|
|||||||
# Copyright (c) 1998, Regents of the University of California
|
# Copyright (c) 1998, Regents of the University of California
|
||||||
#
|
#
|
||||||
# IDENTIFICATION
|
# IDENTIFICATION
|
||||||
# $Header: /cvsroot/pgsql/src/Makefile.shlib,v 1.11 1999/06/30 23:54:18 tgl Exp $
|
# $Header: /cvsroot/pgsql/src/Makefile.shlib,v 1.12 1999/07/08 00:15:03 momjian Exp $
|
||||||
#
|
#
|
||||||
#-------------------------------------------------------------------------
|
#-------------------------------------------------------------------------
|
||||||
|
|
||||||
@ -56,6 +56,13 @@ install-shlib-dep :=
|
|||||||
# Makefile.global (or really Makefile.port) to supply DLSUFFIX and other
|
# Makefile.global (or really Makefile.port) to supply DLSUFFIX and other
|
||||||
# symbols.
|
# symbols.
|
||||||
|
|
||||||
|
ifeq ($(PORTNAME), irix5)
|
||||||
|
install-shlib-dep := install-shlib
|
||||||
|
shlib := lib$(NAME)$(DLSUFFIX).$(SO_MAJOR_VERSION).$(SO__MINOR_VERSION)
|
||||||
|
LDFLAGS_SL := -shared
|
||||||
|
CFLAGS += $(CFLAGS_SL)
|
||||||
|
endif
|
||||||
|
|
||||||
ifeq ($(PORTNAME), freebsd)
|
ifeq ($(PORTNAME), freebsd)
|
||||||
ifdef BSD_SHLIB
|
ifdef BSD_SHLIB
|
||||||
install-shlib-dep := install-shlib
|
install-shlib-dep := install-shlib
|
||||||
|
Loading…
Reference in New Issue
Block a user