summaryrefslogtreecommitdiff
path: root/dev-libs/botan/files/botan-3.2.0-ninja.patch
blob: 826fc496fb3136251d07918523ec343013eb4557 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
https://bugs.gentoo.org/915544
https://github.com/randombit/botan/commit/a1a32558669a6751e39420b26930d477790509ce

From a1a32558669a6751e39420b26930d477790509ce Mon Sep 17 00:00:00 2001
From: Jack Lloyd <jack@randombit.net>
Date: Wed, 11 Oct 2023 07:36:31 -0400
Subject: [PATCH] Fix Ninja build to pass instruction set flags to the compiler

Fixes #3750
--- a/src/build-data/ninja.in
+++ b/src/build-data/ninja.in
@@ -161,6 +161,7 @@ build tidy: tidy
 
 %{for lib_build_info}
 build %{obj}: compile_lib %{src}
+  isa_flags = %{isa_flags}
 %{endfor}
 
 %{for cli_build_info}