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
This commit is contained in:
mb 2011-10-26 17:43:51 +00:00
parent 1b0f7d7f38
commit 4100ab957e

View File

@ -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 \