buildrootschalter/package/mysql
Yann E. MORIN 574f2f2bb8 package/mysql: do not force a static build for internal programs
mysql wants to statically link some of the programs it uses internally,
like conf_to_src (whatever it is used for) which links against -lz.

This does not work for a shared-only build, as we would be missing
libz.a in that case.

Fix that by not forcing static builds for internal programs.

Fixes a slew of autobuild failures:
    http://autobuild.buildroot.net/results/018/018a579f37c9c8eca5a36fc76e93508dcf9bba35/
    http://autobuild.buildroot.net/results/2cc/2cc481b0ae43713a6fc50a1ca720f91384892af7/
    http://autobuild.buildroot.net/results/d98/d985c5824f9012374d64e6085d6c8ec9b3cd932b/
    ...

Signed-off-by: "Yann E. MORIN" <yann.morin.1998@free.fr>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
2014-12-22 09:25:30 +01:00
..
0001-configure-ps-cache-check.patch package/mysql: rename patches to the new convention 2014-12-22 09:25:19 +01:00
0002-use-new-readline-iface.patch package/mysql: rename patches to the new convention 2014-12-22 09:25:19 +01:00
0003-ac_stack_direction-is-unset.patch package/mysql: rename patches to the new convention 2014-12-22 09:25:19 +01:00
0004-Fix-gen_lex_hash-execution.patch package/mysql: rename patches to the new convention 2014-12-22 09:25:19 +01:00
0005-bison_3_breaks_mysql_server_build.patch package/mysql: rename patches to the new convention 2014-12-22 09:25:19 +01:00
0006-no-force-static-build.patch package/mysql: do not force a static build for internal programs 2014-12-22 09:25:30 +01:00
0000-ac_cache_check.patch package/mysql: rename patches to the new convention 2014-12-22 09:25:19 +01:00
Config.in
mysql.mk mysql: host variant needs ncurses as well 2014-11-19 15:17:35 +01:00
S97mysqld