summaryrefslogtreecommitdiff
path: root/libxml2
diff options
context:
space:
mode:
authorTor Lillqvist <tml@iki.fi>2011-05-24 02:54:27 +0300
committerTor Lillqvist <tml@iki.fi>2011-05-24 02:54:27 +0300
commit5814cca89b59eec0254c7487bb38ba6c3a3e305c (patch)
treef42e1fc755d0f34c5c40e13e5e282a38bd295d38 /libxml2
parent4a5e101859a25590597af961b0ec0c0edbd58c96 (diff)
Typo
Diffstat (limited to 'libxml2')
-rwxr-xr-xlibxml2/makefile.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/libxml2/makefile.mk b/libxml2/makefile.mk
index 60a2e54414af..37c0efa99add 100755
--- a/libxml2/makefile.mk
+++ b/libxml2/makefile.mk
@@ -99,7 +99,7 @@ xml2_LDFLAGS+=-L$(SYSBASE)$/usr$/lib
CONFIGURE_DIR=
CONFIGURE_ACTION=.$/configure
.IF "$(OS)"=="IOS"
-CONFIGURE_FLAGS+=--disable-shared
+CONFIGURE_FLAGS=--disable-shared
.ELSE
CONFIGURE_FLAGS=--disable-static
.ENDIF