mariadb: needs dynamic library support
authorRyan Coe <bluemrp9@gmail.com>
Thu, 26 Jul 2018 16:37:02 +0000 (09:37 -0700)
committerThomas Petazzoni <thomas.petazzoni@bootlin.com>
Mon, 30 Jul 2018 12:09:17 +0000 (14:09 +0200)
commit58cb24d883b106e7795c0cdbda906a3c6cbc80ed
tree0d6a4439260aeb5a4984bb701da035ff764e4261
parentd0a0d49c20b250a71e649268df1328fca139a879
mariadb: needs dynamic library support

In a static-only configuration, mariadb fails to build because it
tries to build a shared library:

[ 18%] Linking CXX shared module ha_spider.so
output/host/opt/ext-toolchain/bin/../lib/gcc/arm-buildroot-linux-uclibcgnueabi/6.4.0/../../../../arm-buildroot-linux-uclibcgnueabi/bin/ld: output/host/opt/ext-toolchain/bin/../lib/gcc/arm-buildroot-linux-uclibcgnueabi/6.4.0/../../../../arm-buildroot-linux-uclibcgnueabi/lib/libstdc++.a(eh_globals.o)(.text.__cxa_get_globals_fast+0x14): R_ARM_TLS_LE32 relocation not permitted in shared object

This is not detected by the autobuilders, because mariadb is part of a
Config.in choice, and such choices are not randomized by our current
testing infrastructure.

Signed-off-by: Ryan Coe <bluemrp9@gmail.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
package/mysql/Config.in