From: Peter Eisentraut Date: Wed, 6 Dec 2000 19:37:08 +0000 (+0000) Subject: -L linker options are now in LDFLAGS, not LIBS. The word hadn't gotten X-Git-Tag: REL7_1_BETA2~243 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=ecab48f5ec157e7e872d68f2a094a556d9ed956c;p=postgresql -L linker options are now in LDFLAGS, not LIBS. The word hadn't gotten through to here yet. --- diff --git a/src/Makefile.shlib b/src/Makefile.shlib index a5decfaa49..508594f52d 100644 --- a/src/Makefile.shlib +++ b/src/Makefile.shlib @@ -6,7 +6,7 @@ # Copyright (c) 1998, Regents of the University of California # # IDENTIFICATION -# $Header: /cvsroot/pgsql/src/Makefile.shlib,v 1.36 2000/11/30 20:36:10 petere Exp $ +# $Header: /cvsroot/pgsql/src/Makefile.shlib,v 1.37 2000/12/06 19:37:08 petere Exp $ # #------------------------------------------------------------------------- @@ -221,7 +221,7 @@ ifeq ($(PORTNAME), beos) endif # Pull in any extra -L options that the user might have specified. -SHLIB_LINK := $(filter -L%, $(LIBS)) $(SHLIB_LINK) +SHLIB_LINK := $(filter -L%, $(LDFLAGS)) $(SHLIB_LINK) ifeq ($(enable_rpath), yes) SHLIB_LINK += $(rpath)