qt4: Add -continue flag. This fixes an iconv configure issue on X11-QT.
authormb <mb@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Wed, 26 Oct 2011 17:43:51 +0000 (17:43 +0000)
committermb <mb@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Wed, 26 Oct 2011 17:43:51 +0000 (17:43 +0000)
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

index 31c660a..637d8e7 100644 (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 \