Unverified Commit b7dd6ebb authored by Philip Taron's avatar Philip Taron
Browse files

localproxy: fix build with boost 1.89

Boost 1.89 removed the boost_system stub library. Remove the `system`
component from the find_package call.
parent fd05cc68
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -54,6 +54,9 @@ stdenv.mkDerivation (finalAttrs: {
    substituteInPlace ./CMakeLists.txt --replace-fail \
      "cmake_minimum_required(VERSION 3.2 FATAL_ERROR)" \
      "cmake_minimum_required(VERSION 4.0)"

    # boost 1.89 removed the boost_system stub library
    substituteInPlace CMakeLists.txt --replace-fail ' system' ""
  '';

  # causes redefinition of _FORTIFY_SOURCE