From 53b3402f57c206678f0a717f878f324f4e747df6 Mon Sep 17 00:00:00 2001 From: Gergely Polonkai Date: Mon, 5 Apr 2021 07:47:38 +0200 Subject: [PATCH] Build aerc with gcc-go --- SPECS/aerc.spec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/SPECS/aerc.spec b/SPECS/aerc.spec index b54e68e..b6a0e98 100644 --- a/SPECS/aerc.spec +++ b/SPECS/aerc.spec @@ -1,6 +1,6 @@ Name: aerc Version: 0.5.2 -Release: 1%{?dist} +Release: 2%{?dist} Summary: A pretty good email client License: BSD @@ -39,7 +39,7 @@ Some of its more interesting features include: %build -GOFLAGS=-tags=notmuch make PREFIX=/usr +GOFLAGS=-tags=notmuch make GO=go.gcc PREFIX=/usr %install