summaryrefslogtreecommitdiff
path: root/libxml2/makefile.mk
diff options
context:
space:
mode:
Diffstat (limited to 'libxml2/makefile.mk')
-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