projects
/
packages.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1b0f7d7
)
qt4: Add -continue flag. This fixes an iconv configure issue on X11-QT.
author
mb
<mb@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Wed, 26 Oct 2011 17:43:51 +0000
(17:43 +0000)
committer
mb
<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
patch
|
blob
|
history
diff --git
a/Xorg/lib/qt4/Makefile
b/Xorg/lib/qt4/Makefile
index
31c660a
..
637d8e7
100644
(file)
--- 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 \