aboutsummaryrefslogtreecommitdiff
path: root/lib/libcurl.framework.make
diff options
context:
space:
mode:
authorYang Tse <yangsita@gmail.com>2008-11-11 01:12:17 +0000
committerYang Tse <yangsita@gmail.com>2008-11-11 01:12:17 +0000
commit707828b71af1d155206cf7039569e9cffb110649 (patch)
tree093d31316eaab4658215ef7a5f9c3d9404ee9cf5 /lib/libcurl.framework.make
parent8f440371334032805ab5521e60a77e0d840630f7 (diff)
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 'lib/libcurl.framework.make')
-rw-r--r--lib/libcurl.framework.make1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/libcurl.framework.make b/lib/libcurl.framework.make
index 628964231..3b9a5e0cc 100644
--- a/lib/libcurl.framework.make
+++ b/lib/libcurl.framework.make
@@ -48,6 +48,7 @@ OBJECTS = $(TMP_DIR)/base64.o \
$(TMP_DIR)/connect.o \
$(TMP_DIR)/content_encoding.o \
$(TMP_DIR)/cookie.o \
+ $(TMP_DIR)/curl_addrinfo.o \
$(TMP_DIR)/dict.o \
$(TMP_DIR)/easy.o \
$(TMP_DIR)/escape.o \