mirror of
https://github.com/curl/curl.git
synced 2026-08-26 22:13:31 +03:00
build: prevent global LIBS from influencing src and lib build targets
Currently, LIBS is already used through other macros.
This commit is contained in:
parent
68d2830ee9
commit
068f7ae264
6 changed files with 153 additions and 140 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue