-L linker options are now in LDFLAGS, not LIBS. The word hadn't gotten
authorPeter Eisentraut <peter_e@gmx.net>
Wed, 6 Dec 2000 19:37:08 +0000 (19:37 +0000)
committerPeter Eisentraut <peter_e@gmx.net>
Wed, 6 Dec 2000 19:37:08 +0000 (19:37 +0000)
through to here yet.

src/Makefile.shlib

index 9f654582832228541f5622223e5a7b2a6f998112..b2981cb333939ec660790be7f8989e0bbbb0c7f1 100644 (file)
@@ -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)