All of lore.kernel.org
 help / color / mirror / Atom feed
* [meta-oe][PATCH] mariadb: -native also needs gold workaround
@ 2015-12-30 13:57 Koen Kooi
  2015-12-30 18:34 ` Khem Raj
  2016-01-04 17:52 ` Martin Jansa
  0 siblings, 2 replies; 12+ messages in thread
From: Koen Kooi @ 2015-12-30 13:57 UTC (permalink / raw)
  To: openembedded-devel; +Cc: Koen Kooi

When the host distro uses gold mariadb-native fails to build.

Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
---
 meta-oe/recipes-support/mysql/mariadb.inc | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/meta-oe/recipes-support/mysql/mariadb.inc b/meta-oe/recipes-support/mysql/mariadb.inc
index a6826c3..6a55476 100644
--- a/meta-oe/recipes-support/mysql/mariadb.inc
+++ b/meta-oe/recipes-support/mysql/mariadb.inc
@@ -60,6 +60,9 @@ PACKAGECONFIG[setupdb] = ", ,,${PN}-setupdb"
 # https://mariadb.atlassian.net/browse/MDEV-5982
 TARGET_CFLAGS += "-fuse-ld=bfd"
 
+BUILD_CFLAGS += "-fuse-ld=bfd"
+BUILD_CXXFLAGS += "-fuse-ld=bfd"
+
 EXTRA_OECMAKE = "-DWITH_EMBEDDED_SERVER=ON \
                  -DWITH_JEMALLOC=no \
                  -DWITHOUT_TOKUDB=TRUE \
-- 
2.0.1



^ permalink raw reply related	[flat|nested] 12+ messages in thread

end of thread, other threads:[~2016-01-18 19:03 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-12-30 13:57 [meta-oe][PATCH] mariadb: -native also needs gold workaround Koen Kooi
2015-12-30 18:34 ` Khem Raj
2015-12-30 19:06   ` Koen Kooi
2015-12-31  8:14   ` Koen Kooi
2015-12-31  8:39     ` Khem Raj
2016-01-04 17:52 ` Martin Jansa
2016-01-04 18:15   ` Khem Raj
2016-01-04 18:24     ` Martin Jansa
2016-01-04 18:30       ` Khem Raj
2016-01-18  9:47   ` Robert Yang
2016-01-18 11:57     ` Martin Jansa
2016-01-18 19:03       ` Khem Raj

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.