Description: Disabled libsoxr source compilation
Author: Josenilson Ferreira da Silva <nilsonfsilva@hotmail.com>
Forwarded: not-needed
Last-Update: 2024-05-28
Index: python-soxr/CMakeLists.txt
===================================================================
--- python-soxr.orig/CMakeLists.txt
+++ python-soxr/CMakeLists.txt
@@ -26,7 +26,7 @@ if (NOT SKBUILD)
 endif()
 
 # Turn on to link libsoxr dynamically and not to bundle libsoxr in the wheel package
-option(USE_SYSTEM_LIBSOXR "Build using system libsoxr" OFF)
+option(USE_SYSTEM_LIBSOXR "Build using system libsoxr" ON)
 
 find_package(Python 3.9
     REQUIRED COMPONENTS Interpreter Development.Module
