From 4100ab957ea06a1ec737c9bf9f53f1a1affda82d Mon Sep 17 00:00:00 2001 From: mb Date: Wed, 26 Oct 2011 17:43:51 +0000 Subject: [PATCH] qt4: Add -continue flag. This fixes an iconv configure issue on X11-QT. configure seems to mess up the cflags, so adding -continue really only is a workaround to this issue. But it makes it compile. git-svn-id: svn://svn.openwrt.org/openwrt/packages@28609 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- Xorg/lib/qt4/Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/Xorg/lib/qt4/Makefile b/Xorg/lib/qt4/Makefile index 31c660a9a..637d8e746 100644 --- a/Xorg/lib/qt4/Makefile +++ b/Xorg/lib/qt4/Makefile @@ -317,6 +317,7 @@ define Build/Configure -sysconfdir /etc/Qt \ -no-rpath \ -force-pkg-config \ + -continue \ -nomake tools \ $(if $(CONFIG_PACKAGE_qt4-demos),-make,-nomake) demos \ $(if $(CONFIG_PACKAGE_qt4-examples),-make,-nomake) examples \ -- 2.11.0