diff options
author | Yang Tse <yangsita@gmail.com> | 2008-11-11 01:12:17 +0000 |
---|---|---|
committer | Yang Tse <yangsita@gmail.com> | 2008-11-11 01:12:17 +0000 |
commit | 707828b71af1d155206cf7039569e9cffb110649 (patch) | |
tree | 093d31316eaab4658215ef7a5f9c3d9404ee9cf5 /packages | |
parent | 8f440371334032805ab5521e60a77e0d840630f7 (diff) | |
download | curl-707828b71af1d155206cf7039569e9cffb110649.tar.gz |
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.
Diffstat (limited to 'packages')
-rw-r--r-- | packages/Symbian/group/libcurl.mmp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/Symbian/group/libcurl.mmp b/packages/Symbian/group/libcurl.mmp index 17749d9c4..10357b9ec 100644 --- a/packages/Symbian/group/libcurl.mmp +++ b/packages/Symbian/group/libcurl.mmp @@ -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 |