thanks for V2! I forgot that I was testing with v1, and pushed it instead of this .. but since the functional change is the same, we'll leave it as-is.
Cheers, Bruce In message: [meta-virtualization][PATCH V2] ceph: set CXXFLAGS and CFLAGS on 22/03/2022 [email protected] wrote: > In oe-core, the commit: > a83623a54a Revert "cmake.bbclass: Set CXXFLAGS and CFLAGS" > > drops compiler flags overrides for all cmake-based recipes, > causing the ceph compile to fail with the error: > ld: cannot find crtn.o: No such file or directory > > collect2: error: ld returned 1 exit status > > Add the override back for ceph to fix the build error. > > Signed-off-by: Sakib Sajal <[email protected]> > --- > recipes-extended/ceph/ceph_15.2.15.bb | 3 +++ > 1 file changed, 3 insertions(+) > > diff --git a/recipes-extended/ceph/ceph_15.2.15.bb > b/recipes-extended/ceph/ceph_15.2.15.bb > index c72953a..17dbcf3 100644 > --- a/recipes-extended/ceph/ceph_15.2.15.bb > +++ b/recipes-extended/ceph/ceph_15.2.15.bb > @@ -66,6 +66,9 @@ EXTRA_OECMAKE = "-DWITH_MANPAGE=OFF \ > -DWITH_REENTRANT_STRSIGNAL=ON \ > " > > +CXXFLAGS += "${HOST_CC_ARCH} ${TOOLCHAIN_OPTIONS}" > +CFLAGS += "${HOST_CC_ARCH} ${TOOLCHAIN_OPTIONS}" > + > export STAGING_DIR_HOST > > do_configure:prepend () { > -- > 2.25.1 > > > >
-=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#7115): https://lists.yoctoproject.org/g/meta-virtualization/message/7115 Mute This Topic: https://lists.yoctoproject.org/mt/89962111/21656 Group Owner: [email protected] Unsubscribe: https://lists.yoctoproject.org/g/meta-virtualization/unsub [[email protected]] -=-=-=-=-=-=-=-=-=-=-=-
