summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThiago A. CorrĂȘa2009-04-13 20:58:35 +0200
committerThiago A. CorrĂȘa2009-04-13 20:58:35 +0200
commit7f69e5369fdf7a5c2c61834365542bdd0a6200e4 (patch)
tree072dd0bf6715e460f79114702921ae44f9ad8504
parenttarget/Makefile.in: make 3.80 compatibility fix (diff)
downloadbuildroot-7f69e5369fdf7a5c2c61834365542bdd0a6200e4.tar.gz
buildroot-7f69e5369fdf7a5c2c61834365542bdd0a6200e4.tar.xz
buildroot-7f69e5369fdf7a5c2c61834365542bdd0a6200e4.zip
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