Remove arm-patch
authorAnton Gladky <gladk@debian.org>
Fri, 15 Jan 2021 14:39:59 +0000 (15:39 +0100)
committerAnton Gladky <gladk@debian.org>
Fri, 15 Jan 2021 14:39:59 +0000 (15:39 +0100)
debian/patches/30_use_cxx_for_mimalloc.patch [deleted file]
debian/patches/series

diff --git a/debian/patches/30_use_cxx_for_mimalloc.patch b/debian/patches/30_use_cxx_for_mimalloc.patch
deleted file mode 100644 (file)
index 35c9242..0000000
+++ /dev/null
@@ -1,15 +0,0 @@
-Description: Use CXX for mimalloc. Fixes FTBFS on arm
-Author: Anton Gladky <gladk@debian.org>
-Last-Update: 2021-01-14
-
---- solvespace-3.0.rc1+repack1.orig/extlib/mimalloc/CMakeLists.txt
-+++ solvespace-3.0.rc1+repack1/extlib/mimalloc/CMakeLists.txt
-@@ -10,7 +10,7 @@ option(MI_PADDING           "Enable padd
- option(MI_OVERRIDE          "Override the standard malloc interface (e.g. define entry points for malloc() etc)" ON)
- option(MI_XMALLOC           "Enable abort() call on memory allocation failure by default" OFF)
- option(MI_SHOW_ERRORS       "Show error and warning messages by default (only enabled by default in DEBUG mode)" OFF)
--option(MI_USE_CXX           "Use the C++ compiler to compile the library (instead of the C compiler)" OFF)
-+option(MI_USE_CXX           "Use the C++ compiler to compile the library (instead of the C compiler)" ON)
- option(MI_SEE_ASM           "Generate assembly files" OFF)
- option(MI_INTERPOSE         "Use interpose to override standard malloc on macOS" ON)
- option(MI_OSX_ZONE          "Use malloc zone to override standard malloc on macOS" OFF) # enables interpose as well
index 9a588ad9f9b4f85a4248ada8225a376d0b2602bd..f2c1eddcc447f16728a233fbeecfae9e86cbd737 100644 (file)
@@ -1,3 +1,2 @@
 01_RemoveGitHash.patch
 20_use_system_flatbuffers.patch
-30_use_cxx_for_mimalloc.patch