]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commit
ceph.spec.in: add libatomic to BuildRequires on fedora 47496/head
authorKefu Chai <tchaikov@gmail.com>
Mon, 8 Aug 2022 12:40:52 +0000 (20:40 +0800)
committerKefu Chai <tchaikov@gmail.com>
Mon, 8 Aug 2022 12:40:54 +0000 (20:40 +0800)
commit7e122341d901c7bf02d388d69058c167626d55b0
treed668689142bd74204a0934eee9b813f2f141cc7c
parent3592f4953e1d3d852646e62e2e3b408aff07bc45
ceph.spec.in: add libatomic to BuildRequires on fedora

otherwise we'd have failures like

/opt/compiler-explorer/gcc-trunk-20220808/bin/../lib/gcc/x86_64-linux-gnu/13.0.0/../../../../x86_64-linux-gnu/bin/ld:
/tmp/ccVlMbVh.o: in function `std::atomic<tagged_ptr>::store(tagged_ptr,
std::memory_order)':
/opt/compiler-explorer/gcc-trunk-20220808/include/c++/13.0.0/atomic:273:
undefined reference to `__atomic_store_16'

when generating the building system using CMake on fedora 36.

Signed-off-by: Kefu Chai <tchaikov@gmail.com>
ceph.spec.in