projects
/
buildroot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
32c2385
)
mysql: host variant needs ncurses as well
author
Peter Korsgaard
<peter@korsgaard.com>
Wed, 19 Nov 2014 14:16:16 +0000
(15:16 +0100)
committer
Peter Korsgaard
<peter@korsgaard.com>
Wed, 19 Nov 2014 14:17:35 +0000
(15:17 +0100)
Similar to the target variant.
Fixes:
http://autobuild.buildroot.net/results/0b8/
0b8411482def8fdfba0aaaa19be01a477707d874
/
http://autobuild.buildroot.net/results/dc0/
dc0dd9e878edd2b359900d02e1d53d294321c00b
/
http://autobuild.buildroot.net/results/dde/
dde299d341135b547bd5c6a59edd7ba76f12ad10
/
http://autobuild.buildroot.net/results/67a/
67a3fc90fc26241f0c8257d08fb44ceea07f1335
/
And many more.
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
package/mysql/mysql.mk
patch
|
blob
|
history
diff --git
a/package/mysql/mysql.mk
b/package/mysql/mysql.mk
index 945ca18b13ff41f661f3d928ca05d7017ec91e35..8718193257e936094703f6b2998e3babb9162cd9 100644
(file)
--- a/
package/mysql/mysql.mk
+++ b/
package/mysql/mysql.mk
@@
-43,7
+43,7
@@
endif
ifeq ($(BR2_PACKAGE_MYSQL_SERVER),y)
MYSQL_DEPENDENCIES += host-mysql host-bison
-HOST_MYSQL_DEPENDENCIES = host-zlib
+HOST_MYSQL_DEPENDENCIES = host-zlib
host-ncurses
HOST_MYSQL_CONF_OPTS = \
--with-embedded-server \