projects
/
users
/
bernd
/
postgres.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f2973e6
)
-L linker options are now in LDFLAGS, not LIBS. The word hadn't gotten
author
Peter Eisentraut
<peter_e@gmx.net>
Wed, 6 Dec 2000 19:37:08 +0000
(19:37 +0000)
committer
Peter Eisentraut
<peter_e@gmx.net>
Wed, 6 Dec 2000 19:37:08 +0000
(19:37 +0000)
through to here yet.
src/Makefile.shlib
patch
|
blob
|
blame
|
history
diff --git
a/src/Makefile.shlib
b/src/Makefile.shlib
index 9f654582832228541f5622223e5a7b2a6f998112..b2981cb333939ec660790be7f8989e0bbbb0c7f1 100644
(file)
--- a/
src/Makefile.shlib
+++ b/
src/Makefile.shlib
@@
-221,7
+221,7
@@
ifeq ($(PORTNAME), beos)
endif
# Pull in any extra -L options that the user might have specified.
-SHLIB_LINK := $(filter -L%, $(L
IB
S)) $(SHLIB_LINK)
+SHLIB_LINK := $(filter -L%, $(L
DFLAG
S)) $(SHLIB_LINK)
ifeq ($(enable_rpath), yes)
SHLIB_LINK += $(rpath)