diff options
-rw-r--r-- | recipes-extended/ceph/ceph_15.2.15.bb | 3 |
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 | ||
69 | CXXFLAGS += "${HOST_CC_ARCH} ${TOOLCHAIN_OPTIONS}" | ||
70 | CFLAGS += "${HOST_CC_ARCH} ${TOOLCHAIN_OPTIONS}" | ||
71 | |||
69 | export STAGING_DIR_HOST | 72 | export STAGING_DIR_HOST |
70 | 73 | ||
71 | do_configure:prepend () { | 74 | do_configure:prepend () { |