mirror of
https://github.com/curl/curl.git
synced 2026-08-26 22:13:31 +03:00
Related with bug #2230535 (http://curl.haxx.se/bug/view.cgi?id=2230535)
Daniel Fandrich noticed that curl_addrinfo was also missing in the build process of other four non-configure platforms. Added now.
This commit is contained in:
parent
8f44037133
commit
707828b71a
6 changed files with 15 additions and 6 deletions
|
|
@ -30,7 +30,7 @@ SOURCE \
|
|||
http_negotiate.c http_ntlm.c inet_pton.c strtoofft.c strerror.c \
|
||||
hostares.c hostasyn.c hostip4.c hostip6.c hostsyn.c hostthre.c \
|
||||
inet_ntop.c parsedate.c select.c gtls.c sslgen.c tftp.c splay.c \
|
||||
strdup.c socks.c ssh.c nss.c qssl.c rawstr.c
|
||||
strdup.c socks.c ssh.c nss.c qssl.c rawstr.c curl_addrinfo.c
|
||||
|
||||
USERINCLUDE ../../../lib ../../../include/curl
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue