mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-07-15 16:07:26 +00:00
mariadb: -native also needs gold workaround
When the host distro uses gold mariadb-native fails to build. Signed-off-by: Koen Kooi <koen@dominion.thruhere.net> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
This commit is contained in:
@@ -60,6 +60,9 @@ PACKAGECONFIG[setupdb] = ", ,,${PN}-setupdb"
|
|||||||
# https://mariadb.atlassian.net/browse/MDEV-5982
|
# https://mariadb.atlassian.net/browse/MDEV-5982
|
||||||
TARGET_CFLAGS += "-fuse-ld=bfd"
|
TARGET_CFLAGS += "-fuse-ld=bfd"
|
||||||
|
|
||||||
|
BUILD_CFLAGS += "-fuse-ld=bfd"
|
||||||
|
BUILD_CXXFLAGS += "-fuse-ld=bfd"
|
||||||
|
|
||||||
EXTRA_OECMAKE = "-DWITH_EMBEDDED_SERVER=ON \
|
EXTRA_OECMAKE = "-DWITH_EMBEDDED_SERVER=ON \
|
||||||
-DWITH_JEMALLOC=no \
|
-DWITH_JEMALLOC=no \
|
||||||
-DWITHOUT_TOKUDB=TRUE \
|
-DWITHOUT_TOKUDB=TRUE \
|
||||||
|
|||||||
Reference in New Issue
Block a user