summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThiago A. CorrĂȘa <thiago.correa@gmail.com>2009-04-13 18:58:35 +0000
committerThiago A. CorrĂȘa <thiago.correa@gmail.com>2009-04-13 18:58:35 +0000
commit7f69e5369fdf7a5c2c61834365542bdd0a6200e4 (patch)
tree072dd0bf6715e460f79114702921ae44f9ad8504
parente9cb98273d9e73b87ea47bf3d68c2889bbda844f (diff)
Qtopia4: -xmlpatterns requires -exceptions .
-rw-r--r--package/qtopia4/qtopia4.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/package/qtopia4/qtopia4.mk b/package/qtopia4/qtopia4.mk
index 37bf27883..a2ba324ae 100644
--- a/package/qtopia4/qtopia4.mk
+++ b/package/qtopia4/qtopia4.mk
@@ -293,7 +293,7 @@ QTOPIA4_CONFIGURE+= -no-sql-sqlite
endif
ifeq ($(BR2_PACKAGE_QTOPIA4_XMLPATTERNS),y)
-QTOPIA4_CONFIGURE+= -xmlpatterns
+QTOPIA4_CONFIGURE+= -xmlpatterns -exceptions
else
QTOPIA4_CONFIGURE+= -no-xmlpatterns
endif