mirror of
https://github.com/postgres/postgres.git
synced 2025-05-03 22:24:49 +03:00
Fix LDREL.
This commit is contained in:
parent
77a4729936
commit
cae01cd836
@ -7,7 +7,7 @@
|
|||||||
#
|
#
|
||||||
#
|
#
|
||||||
# IDENTIFICATION
|
# IDENTIFICATION
|
||||||
# $Header: /cvsroot/pgsql/src/Makefile.global.in,v 1.60 1999/11/02 00:05:29 momjian Exp $
|
# $Header: /cvsroot/pgsql/src/Makefile.global.in,v 1.61 1999/12/10 05:00:36 momjian Exp $
|
||||||
#
|
#
|
||||||
# NOTES
|
# NOTES
|
||||||
# Essentially all Postgres make files include this file and use the
|
# 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@
|
CFLAGS_SL= @SHARED_LIB@
|
||||||
LIBS= @LIBS@
|
LIBS= @LIBS@
|
||||||
LDFLAGS= @LDFLAGS@ $(LIBS)
|
LDFLAGS= @LDFLAGS@ $(LIBS)
|
||||||
|
LDREL= -r
|
||||||
DLSUFFIX= @DLSUFFIX@
|
DLSUFFIX= @DLSUFFIX@
|
||||||
LN_S= @LN_S@
|
LN_S= @LN_S@
|
||||||
TAR= @tar@
|
TAR= @tar@
|
||||||
|
Loading…
x
Reference in New Issue
Block a user