]> git.pld-linux.org Git - packages/ceph.git/blobdiff - ix86-no-asm.patch
Merged update to 16.2.9 from master
[packages/ceph.git] / ix86-no-asm.patch
diff --git a/ix86-no-asm.patch b/ix86-no-asm.patch
new file mode 100644 (file)
index 0000000..70b72c3
--- /dev/null
@@ -0,0 +1,12 @@
+--- ceph-16.2.7/cmake/modules/CheckNasm.cmake~ 2021-12-07 17:15:49.000000000 +0100
++++ ceph-16.2.7/cmake/modules/CheckNasm.cmake  2022-02-12 19:19:51.463245367 +0100
+@@ -10,6 +10,9 @@
+       set(CMAKE_REQUIRED_QUIET true)
+       include(CheckCXXSourceCompiles)
+       check_cxx_source_compiles("
++      #if !defined(__x86_64__)
++      #error ix86
++      #endif
+       #if defined(__x86_64__) && defined(__ILP32__)
+       #error x32
+       #endif
This page took 0.060104 seconds and 4 git commands to generate.