diff options
author | Tor Lillqvist <tml@iki.fi> | 2012-09-14 14:15:03 +0300 |
---|---|---|
committer | Tor Lillqvist <tlillqvist@suse.com> | 2012-09-14 14:22:40 +0300 |
commit | 0cae0cc42864b6f491b048d63eba230da18943d5 (patch) | |
tree | 292dac079761501bef37047c1edd100ef170a268 /libxml2 | |
parent | fb0acc2d3ea7c3020d0af869443313cef80710c6 (diff) |
Adapt for DISABLE_DYNLOADING instead of just iOS
Change-Id: I14d8bd5473197b50457cbdc509c211bba7231802
Diffstat (limited to 'libxml2')
-rw-r--r-- | libxml2/makefile.mk | 4 |
1 files changed, 2 insertions, 2 deletions
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" |