From 55a2325d6962020c6b45bf1140271ba0de291f1e Mon Sep 17 00:00:00 2001 From: Nikias Bassen Date: Sun, 11 Sep 2011 01:17:25 +0200 Subject: [PATCH] Define LIBXML_STATIC for correctness (and fixing win32 linking) --- Makefile.static | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile.static b/Makefile.static index 7a26428..c13559e 100644 --- a/Makefile.static +++ b/Makefile.static @@ -7,7 +7,7 @@ else XMLDIR=../libxml2 endif -CFLAGS=-m32 -Iinclude -Ilibcnary/include -I$(XMLDIR)/include -Wall -O3 +CFLAGS=-m32 -Iinclude -Ilibcnary/include -I$(XMLDIR)/include -Wall -O3 -DLIBXML_STATIC=1 UNAME := $(shell uname) ifeq ($(UNAME), Darwin)