[oe] [meta-oe][PATCH] mariadb: -native also needs gold workaround

Martin Jansa martin.jansa at gmail.com
Mon Jan 18 11:57:33 UTC 2016


On Mon, Jan 18, 2016 at 05:47:17PM +0800, Robert Yang wrote:
> 
> 
> On 01/05/2016 01:52 AM, Martin Jansa wrote:
> > On Wed, Dec 30, 2015 at 02:57:55PM +0100, Koen Kooi wrote:
> >> When the host distro uses gold mariadb-native fails to build.
> >>
> >> Signed-off-by: Koen Kooi <koen at 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"
> >
> > Unfortunately this breaks builds on older hosts with older gcc
> >
> > |   cc1: error: unrecognized command line option '-fuse-ld=bfd'
> > http://errors.yoctoproject.org/Errors/Details/25859/
> >
> > Should we consider Ubuntu-12.04 insanely old?
> 
> This patch has been merged, so we don't support Ubuntu 12.04 any more?

Correct, I don't want to push back incompatible changes anymore, so I've
upgraded my jenkins slaves and merge this change.

> 
> // Robert
> 
> >
> >> +
> >>   EXTRA_OECMAKE = "-DWITH_EMBEDDED_SERVER=ON \
> >>                    -DWITH_JEMALLOC=no \
> >>                    -DWITHOUT_TOKUDB=TRUE \
> >> --
> >> 2.0.1
> >>
> >> --
> >> _______________________________________________
> >> Openembedded-devel mailing list
> >> Openembedded-devel at lists.openembedded.org
> >> http://lists.openembedded.org/mailman/listinfo/openembedded-devel
> >
> >
> >
> -- 
> _______________________________________________
> Openembedded-devel mailing list
> Openembedded-devel at lists.openembedded.org
> http://lists.openembedded.org/mailman/listinfo/openembedded-devel

-- 
Martin 'JaMa' Jansa     jabber: Martin.Jansa at gmail.com
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 181 bytes
Desc: Digital signature
URL: <http://lists.openembedded.org/pipermail/openembedded-devel/attachments/20160118/5c4a373d/attachment-0002.sig>


More information about the Openembedded-devel mailing list