summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--recipes-extended/ceph/ceph_15.2.15.bb3
1 files changed, 3 insertions, 0 deletions
diff --git a/recipes-extended/ceph/ceph_15.2.15.bb b/recipes-extended/ceph/ceph_15.2.15.bb
index c72953ae..17dbcf35 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 \
66 -DWITH_REENTRANT_STRSIGNAL=ON \ 66 -DWITH_REENTRANT_STRSIGNAL=ON \
67" 67"
68 68
69CXXFLAGS += "${HOST_CC_ARCH} ${TOOLCHAIN_OPTIONS}"
70CFLAGS += "${HOST_CC_ARCH} ${TOOLCHAIN_OPTIONS}"
71
69export STAGING_DIR_HOST 72export STAGING_DIR_HOST
70 73
71do_configure:prepend () { 74do_configure:prepend () {