diff options
author | Guenter Knauf <lists@gknw.net> | 2013-04-09 17:44:51 +0200 |
---|---|---|
committer | Guenter Knauf <lists@gknw.net> | 2013-04-09 17:44:51 +0200 |
commit | 658ec97055456f739222aa2a5719a4d403ced99a (patch) | |
tree | 64ae8a8423fc8fff1c0862c31bf256622fae4b87 /src | |
parent | 88535d593e202a0fb85d59f849d114034561b059 (diff) |
Fixed ares-enabled builds with static makefiles.
Diffstat (limited to 'src')
-rw-r--r-- | src/Makefile.m32 | 2 |
1 files changed, 1 insertions, 1 deletions
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 |