projects
/
postgresql
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
77a4729
)
Fix LDREL.
author
Bruce Momjian
<bruce@momjian.us>
Fri, 10 Dec 1999 05:00:36 +0000
(
05:00
+0000)
committer
Bruce Momjian
<bruce@momjian.us>
Fri, 10 Dec 1999 05:00:36 +0000
(
05:00
+0000)
src/Makefile.global.in
patch
|
blob
|
history
diff --git
a/src/Makefile.global.in
b/src/Makefile.global.in
index 0d976c54c57122a7165caf75f8a021f5d811399a..e05334df989726fe5008c7baf7b6fbc0e9536dbf 100644
(file)
--- a/
src/Makefile.global.in
+++ b/
src/Makefile.global.in
@@
-7,7
+7,7
@@
#
#
# IDENTIFICATION
-# $Header: /cvsroot/pgsql/src/Makefile.global.in,v 1.6
0 1999/11/02 00:05:29
momjian Exp $
+# $Header: /cvsroot/pgsql/src/Makefile.global.in,v 1.6
1 1999/12/10 05:00:36
momjian Exp $
#
# NOTES
# Essentially all Postgres make files include this file and use the
@@
-210,6
+210,7
@@
CFLAGS= -I$(SRCDIR)/include -I$(SRCDIR)/backend @CPPFLAGS@ @CFLAGS@
CFLAGS_SL= @SHARED_LIB@
LIBS= @LIBS@
LDFLAGS= @LDFLAGS@ $(LIBS)
+LDREL= -r
DLSUFFIX= @DLSUFFIX@
LN_S= @LN_S@
TAR= @tar@