summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xnacl-configure2
1 files changed, 1 insertions, 1 deletions
diff --git a/nacl-configure b/nacl-configure
index 69438a1956..1dc1c146e6 100755
--- a/nacl-configure
+++ b/nacl-configure
@@ -236,7 +236,7 @@ if [[ $TOOLCHAIN != "host" ]]; then
NACL_CONFIGURE_LINE="$NACL_CONFIGURE_LINE -no-sse2"
fi
# misc
-NACL_CONFIGURE_LINE="$NACL_CONFIGURE_LINE -no-qpa-platform-guard -no-warnings-are-errors -no-qml-debug -no-dbus"
+NACL_CONFIGURE_LINE="$NACL_CONFIGURE_LINE -no-qpa-platform-guard -skip xmlpatterns -no-warnings-are-errors -no-qml-debug -no-dbus"
# Newlib is static builds only.
if [[ $QT_MKSPEC == *newlib* ]]