summaryrefslogtreecommitdiffstats
path: root/libxslt
diff options
context:
space:
mode:
Diffstat (limited to 'libxslt')
-rw-r--r--libxslt/makefile.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/libxslt/makefile.mk b/libxslt/makefile.mk
index 7c24f9bd22bc..b3567d2e8793 100644
--- a/libxslt/makefile.mk
+++ b/libxslt/makefile.mk
@@ -118,7 +118,7 @@ CPPFLAGS+:=$(ARCH_FLAGS) -xc99=none
CONFIGURE_DIR=
CONFIGURE_ACTION=.$/configure
.IF "$(OS)"=="IOS"
-CONFIGURE_FLAGS+=--disable-shared
+CONFIGURE_FLAGS=--disable-shared
.ELSE
CONFIGURE_FLAGS=--disable-static
.ENDIF