From 0cae0cc42864b6f491b048d63eba230da18943d5 Mon Sep 17 00:00:00 2001 From: Tor Lillqvist Date: Fri, 14 Sep 2012 14:15:03 +0300 Subject: Adapt for DISABLE_DYNLOADING instead of just iOS Change-Id: I14d8bd5473197b50457cbdc509c211bba7231802 --- libxml2/makefile.mk | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'libxml2') diff --git a/libxml2/makefile.mk b/libxml2/makefile.mk index 6c7c0697f540..7c478556e782 100644 --- a/libxml2/makefile.mk +++ b/libxml2/makefile.mk @@ -122,7 +122,7 @@ xml2_LDFLAGS+=-L$(SYSBASE)$/usr$/lib CONFIGURE_DIR= CONFIGURE_ACTION=.$/configure -.IF "$(OS)"=="IOS" +.IF "$(DISABLE_DYNLOADING)" == "TRUE" CONFIGURE_FLAGS=--disable-shared .ELSE CONFIGURE_FLAGS=--disable-static @@ -151,7 +151,7 @@ EXTRPATH=URELIB OUT2LIB+=.libs$/libxml2.*.dylib OUT2BIN_NONE+=.libs$/xmllint OUT2BIN+=xml2-config -.ELIF "$(OS)"=="IOS" +.ELIF "$(DISABLE_DYNLOADING)" == "TRUE" OUT2LIB+=.libs$/libxml2.a OUT2BIN+=xml2-config .ELIF "$(OS)"=="WNT" -- cgit