From: Thiago A. CorrĂȘa Date: Mon, 13 Apr 2009 18:58:35 +0000 (-0000) Subject: Qtopia4: -xmlpatterns requires -exceptions . X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=7f69e5369fdf7a5c2c61834365542bdd0a6200e4;p=buildroot.git Qtopia4: -xmlpatterns requires -exceptions . --- diff --git a/package/qtopia4/qtopia4.mk b/package/qtopia4/qtopia4.mk index 37bf27883c..a2ba324ae4 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