package/mysql: do not force a static build for internal programs
authorYann E. MORIN <yann.morin.1998@free.fr>
Mon, 22 Dec 2014 00:00:06 +0000 (01:00 +0100)
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>
Mon, 22 Dec 2014 08:25:30 +0000 (09:25 +0100)
commit574f2f2bb8ac84930761b3a78e6e835134e731a0
tree49f30e7abe226c74d21ad217ac4311f8fd6eb384
parentc705bacd3f9fc7d9164db2679ebbd403190906ae
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>
package/mysql/0006-no-force-static-build.patch [new file with mode: 0644]