aboutsummaryrefslogtreecommitdiff
path: root/lib/Makefile.am
diff options
context:
space:
mode:
authorYang Tse <yangsita@gmail.com>2012-12-03 22:40:26 +0100
committerYang Tse <yangsita@gmail.com>2012-12-03 22:41:18 +0100
commit068f7ae2645844ce76b73702bd275f2073f3919c (patch)
treee058bde364ccad867e1c413d0a101023c28a2455 /lib/Makefile.am
parent68d2830ee9df50961e481e81c1baaa290c33f03e (diff)
build: prevent global LIBS from influencing src and lib build targets
Currently, LIBS is already used through other macros.
Diffstat (limited to 'lib/Makefile.am')
-rw-r--r--lib/Makefile.am3
1 files changed, 3 insertions, 0 deletions
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