projects
/
feed
/
video.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e611d59
)
Fix -iconv/-no-iconv switch
9/head
author
Tito Brasolin
<tito.brasolin@gmail.com>
Sat, 6 Jan 2018 14:25:29 +0000
(15:25 +0100)
committer
GitHub
<noreply@github.com>
Sat, 6 Jan 2018 14:25:29 +0000
(15:25 +0100)
See comment:
https://github.com/openwrt/video/commit/
e529dc6cc7de8c52e7c1a1033f9dca576ab3182a
#r26652161
frameworks/qt5base/Makefile
patch
|
blob
|
history
diff --git
a/frameworks/qt5base/Makefile
b/frameworks/qt5base/Makefile
index 0856dfde765595369a2f6dd9c47af4fe5ca3b900..e3d8c7007c9860e0a65e81fe1cfa16ebc3f134bb 100644
(file)
--- a/
frameworks/qt5base/Makefile
+++ b/
frameworks/qt5base/Makefile
@@
-360,7
+360,7
@@
define Build/Configure
-no-glib \
-eventfd \
-no-inotify \
- $(if $(CONFIG_BUILD_NLS),-
no-
iconv,-no-iconv) \
+ $(if $(CONFIG_BUILD_NLS),-iconv,-no-iconv) \
-no-icu \
-system-pcre \
-system-zlib \