From: Guenter Knauf Date: Tue, 9 Apr 2013 15:47:56 +0000 (+0200) Subject: Added -DCARES_STATICLIB to CFLAGS. X-Git-Tag: upstream/1.10.0~14 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=c95041c6a1dcbd1882711a6551f957dd15f026f7;p=platform%2Fupstream%2Fc-ares.git Added -DCARES_STATICLIB to CFLAGS. Currently this static makefile does only support building the static library libcares.a. --- diff --git a/Makefile.m32 b/Makefile.m32 index 4275f91..1856636 100644 --- a/Makefile.m32 +++ b/Makefile.m32 @@ -17,6 +17,7 @@ RANLIB = ranlib #RM = rm -f CFLAGS = -O2 -Wall -I. +CFLAGS += -DCARES_STATICLIB LDFLAGS = -s LIBS = -lwsock32