浏览代码

Qtopia4: -xmlpatterns requires -exceptions .

Thiago A. Corrêa 16 年之前
父节点
当前提交
7f69e5369f
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      package/qtopia4/qtopia4.mk

+ 1 - 1
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