mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-12-25 03:17:13 +00:00
12 lines
628 B
Diff
12 lines
628 B
Diff
|
diff --git a/cmake_modules/ThirdpartyToolchain.cmake b/cmake_modules/ThirdpartyToolchain.cmake
|
||
|
--- a/cmake_modules/ThirdpartyToolchain.cmake
|
||
|
+++ b/cmake_modules/ThirdpartyToolchain.cmake
|
||
|
@@ -1428,6 +1428,7 @@ if(ARROW_JEMALLOC)
|
||
|
"--with-jemalloc-prefix=je_arrow_"
|
||
|
"--with-private-namespace=je_arrow_private_"
|
||
|
"--without-export"
|
||
|
+ "--disable-shared"
|
||
|
# Don't override operator new()
|
||
|
"--disable-cxx" "--disable-libdl"
|
||
|
# See https://github.com/jemalloc/jemalloc/issues/1237
|