We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5fb1022 commit ecab48fCopy full SHA for ecab48f
src/Makefile.shlib
@@ -6,7 +6,7 @@
6
# Copyright (c) 1998, Regents of the University of California
7
#
8
# IDENTIFICATION
9
-# $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 $
10
11
#-------------------------------------------------------------------------
12
@@ -221,7 +221,7 @@ ifeq ($(PORTNAME), beos)
221
endif
222
223
# Pull in any extra -L options that the user might have specified.
224
-SHLIB_LINK := $(filter -L%, $(LIBS)) $(SHLIB_LINK)
+SHLIB_LINK := $(filter -L%, $(LDFLAGS)) $(SHLIB_LINK)
225
226
ifeq ($(enable_rpath), yes)
227
SHLIB_LINK += $(rpath)
0 commit comments