]> code.ossystems Code Review - openembedded-core.git/commit
rpm: compile rpmqv.c instead of rpmqv.cc
authorJoe Slater <jslater@windriver.com>
Fri, 18 Jul 2014 01:14:54 +0000 (18:14 -0700)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Fri, 18 Jul 2014 23:08:47 +0000 (00:08 +0100)
commita36327ee2d159b3791cc6ce0c36af4b9e0693e51
treeb58cb71863e5c6cf3c0159741f2c091e757ca39d
parent66293fe13e25bb7a946db5a4b337d5bfcb015091
rpm: compile rpmqv.c instead of rpmqv.cc

Some versions of gcc will put a reference to __gxx_personality_v0
into rpm.o and rpmbuild.o.  This means we must link using g++,
and Makefile does not.

Go back to using rpmqv.c (which is currently identical to rpmqv.cc).

Signed-off-by: Joe Slater <jslater@windriver.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-devtools/rpm/rpm/rpmqv_cc_b_gone.patch [new file with mode: 0644]
meta/recipes-devtools/rpm/rpm_5.4.14.bb