Unverified Commit fdc53c5b authored by lewo's avatar lewo Committed by GitHub
Browse files

Merge pull request #269124 from chayleaf/rspamd

rspamd: fix build on non-x86_64 platforms
parents a2723568 c6e4eb50
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 ];