From a3fdd108ec88aa2fe78bc628364612eb6684df10 Mon Sep 17 00:00:00 2001 From: David Abdurachmanov Date: Tue, 25 Oct 2022 10:50:28 +0300 Subject: [PATCH] Fix BR for riscv64 Signed-off-by: David Abdurachmanov --- ghc.spec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ghc.spec b/ghc.spec index 0749e5a..151f53d 100644 --- a/ghc.spec +++ b/ghc.spec @@ -136,9 +136,9 @@ BuildRequires: llvm%{llvm_major} %if %{with dwarf} BuildRequires: elfutils-devel %endif -%ifarch armv7hl +%ifarch armv7hl riscv64 # patch12 -BuildRequires: autoconf, automake +BuildRequires: autoconf, automake, gettext-devel %endif %if %{without quickbuild} #BuildRequires: gnupg2