]> git.pld-linux.org Git - packages/ceph.git/blob - ix86-no-asm.patch
- updated to 17.2.7
[packages/ceph.git] / ix86-no-asm.patch
1 --- ceph-16.2.7/cmake/modules/CheckNasm.cmake~  2021-12-07 17:15:49.000000000 +0100
2 +++ ceph-16.2.7/cmake/modules/CheckNasm.cmake   2022-02-12 19:19:51.463245367 +0100
3 @@ -10,6 +10,9 @@
4        set(CMAKE_REQUIRED_QUIET true)
5        include(CheckCXXSourceCompiles)
6        check_cxx_source_compiles("
7 +      #if !defined(__x86_64__)
8 +      #error ix86
9 +      #endif
10        #if defined(__x86_64__) && defined(__ILP32__)
11        #error x32
12        #endif
This page took 0.02843 seconds and 3 git commands to generate.