mirror of
https://github.com/curl/curl.git
synced 2024-11-21 01:16:58 +08:00
blank the LIBS variable, as we don't need any libs when we link the lib.
This commit is contained in:
parent
6e16985156
commit
de3281a3a8
@ -66,6 +66,10 @@ endif
|
||||
|
||||
libcurl_la_LDFLAGS = $(UNDEF) $(VERSION) $(ARESLIB)
|
||||
|
||||
# We don't need the libs when we build the lib, they are needed when linking
|
||||
# the app later.
|
||||
LIBS =
|
||||
|
||||
libcurl_la_SOURCES = arpa_telnet.h file.c getpass.h netrc.h timeval.c \
|
||||
base64.c file.h hostip.c progress.c timeval.h base64.h formdata.c \
|
||||
hostip.h progress.h cookie.c formdata.h http.c sendf.c cookie.h ftp.c \
|
||||
|
Loading…
Reference in New Issue
Block a user