From 658ec97055456f739222aa2a5719a4d403ced99a Mon Sep 17 00:00:00 2001 From: Guenter Knauf Date: Tue, 9 Apr 2013 17:44:51 +0200 Subject: Fixed ares-enabled builds with static makefiles. --- src/Makefile.m32 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/Makefile.m32') diff --git a/src/Makefile.m32 b/src/Makefile.m32 index 891a000a5..b8a60af2a 100644 --- a/src/Makefile.m32 +++ b/src/Makefile.m32 @@ -177,7 +177,7 @@ ifdef ARES ifndef DYN curl_DEPENDENCIES += $(LIBCARES_PATH)/libcares.a endif - CFLAGS += -DUSE_ARES + CFLAGS += -DUSE_ARES -DCARES_STATICLIB curl_LDADD += -L"$(LIBCARES_PATH)" -lcares endif ifdef RTMP -- cgit v1.2.3