From: Peter Michael Green Date: Fri, 22 Dec 2023 07:01:10 +0000 (+0000) Subject: Force linking with libatomic. X-Git-Tag: archive/raspbian/2.11.02+really2.11.01+ds-1+rpi1~2 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=cc1e7a16e3d7e92c44c5c734370741a4a5a43166;p=luametatex.git Force linking with libatomic. Gbp-Pq: Name force-libatomic.patch --- diff --git a/source/libraries/mimalloc/CMakeLists.txt b/source/libraries/mimalloc/CMakeLists.txt index 2bcd1ef..686a9da 100644 --- a/source/libraries/mimalloc/CMakeLists.txt +++ b/source/libraries/mimalloc/CMakeLists.txt @@ -31,7 +31,7 @@ option(MI_NO_PADDING "Force no use of padding even in DEBUG mode etc." OF # deprecated options option(MI_CHECK_FULL "Use full internal invariant checking in DEBUG mode (deprecated, use MI_DEBUG_FULL instead)" OFF) option(MI_INSTALL_TOPLEVEL "Install directly into $CMAKE_INSTALL_PREFIX instead of PREFIX/lib/mimalloc-version (deprecated)" OFF) -option(MI_USE_LIBATOMIC "Explicitly link with -latomic (on older systems) (deprecated and detected automatically)" OFF) +option(MI_USE_LIBATOMIC "Explicitly link with -latomic (on older systems) (deprecated and detected automatically)" ON) include(CheckIncludeFiles) include(GNUInstallDirs)