From 068f7ae2645844ce76b73702bd275f2073f3919c Mon Sep 17 00:00:00 2001 From: Yang Tse Date: Mon, 3 Dec 2012 22:40:26 +0100 Subject: build: prevent global LIBS from influencing src and lib build targets Currently, LIBS is already used through other macros. --- lib/Makefile.am | 3 +++ 1 file changed, 3 insertions(+) (limited to 'lib/Makefile.am') diff --git a/lib/Makefile.am b/lib/Makefile.am index acfa5a61a..c8a88cd13 100644 --- a/lib/Makefile.am +++ b/lib/Makefile.am @@ -132,6 +132,9 @@ if VERSIONED_SYMBOLS VERSIONED_SYMBOLS = -Wl,--version-script=libcurl.vers endif +# Prevent global LIBS from influencing lib build targets +LIBS = $(BLANK_AT_MAKETIME) + libcurl_la_LDFLAGS = $(UNDEF) $(VERSIONINFO) $(MIMPURE) $(VERSIONED_SYMBOLS) $(LIBCURL_LIBS) if DOING_CURL_SYMBOL_HIDING -- cgit v1.2.3