This patch was borrowed from Debian's package: https://salsa.debian.org/multimedia-team/ableton-link/-/blob/9c65141bf5bba0872811c179af77ac95770352cc/debian/patches/DEBIAN_system_libraries.patch Description: Drop dependencies on included 3rd-party libs upstream includes git-submodules for Catch and ASIO (not found in the tarball). on Debian we want to use the system provided libraries. Author: IOhannes m zmölnig Origin: Debian Forwarded: not-needed Last-Update: 2016-10-26 --- This patch header follows DEP-3: http://dep.debian.net/deps/dep3/ --- ableton-link.orig/cmake_include/AsioStandaloneConfig.cmake +++ ableton-link/cmake_include/AsioStandaloneConfig.cmake @@ -1,6 +1,2 @@ add_library(AsioStandalone::AsioStandalone IMPORTED INTERFACE) -set_property(TARGET AsioStandalone::AsioStandalone APPEND PROPERTY - INTERFACE_INCLUDE_DIRECTORIES - ${CMAKE_CURRENT_LIST_DIR}/../modules/asio-standalone/asio/include -) --- ableton-link.orig/cmake_include/CatchConfig.cmake +++ ableton-link/cmake_include/CatchConfig.cmake @@ -1,6 +1,2 @@ add_library(Catch::Catch IMPORTED INTERFACE) -set_property(TARGET Catch::Catch APPEND PROPERTY - INTERFACE_INCLUDE_DIRECTORIES - ${CMAKE_SOURCE_DIR}/third_party/catch -) util.cc?id=be86f3de1eb175ba3e17f2146f2c96849f4f4fe7'>treecommitdiff
path: root/nix/libutil/util.cc
AgeCommit message (Expand)Author
2024-05-13daemon: Loop over ‘copy_file_range’ upon short writes....Ludovic Courtès
2024-03-12daemon: Address shortcoming in previous security fix for CVE-2024-27297....Ludovic Courtès
2024-03-11daemon: Protect against FD escape when building fixed-output derivations (CVE......Ludovic Courtès
2022-12-18daemon: Make "opening file" error messages distinguishable....Ludovic Courtès