Commit 3cf5bb87 authored by chayleaf's avatar chayleaf Committed by github-actions[bot]
Browse files

rspamd: fix build on non-x86_64 platforms

(cherry picked from commit c6e4eb50)
parent eda04d71
Loading
Loading
Loading
Loading
+8 −0
Original line number Diff line number Diff line
@@ -37,6 +37,14 @@ stdenv.mkDerivation rec {
    hash = "sha256-Bg0EFgxk/sRwE8/7a/m8J4cTgooR4fobQil8pbWtkoc=";
  };

  patches = [
    (fetchpatch2 {
      name = "no-hyperscan-fix.patch";
      url = "https://github.com/rspamd/rspamd/commit/d907a95ac2e2cad6f7f65c4323f031f7931ae18b.patch";
      hash = "sha256-bMmgiJSy0QrzvBAComzT0aM8UF8OKeV0VgMr0wwrM6w=";
    })
  ];

  hardeningEnable = [ "pie" ];

  nativeBuildInputs = [ cmake pkg-config perl ];