public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
From: Filipe Rosset <rosset.filipe@gmail.com>
To: git-commits@fedoraproject.org
Subject: [rpms/lis] f43: fix FTBFS rhbz#2434785 rhbz#2385133 rhbz#2340779
Date: Tue, 02 Jun 2026 03:36:19 GMT	[thread overview]
Message-ID: <178037137964.1.3732711365473237701.rpms-lis-9349ca9fd159@fedoraproject.org> (raw)

A new commit has been pushed.

Repo   : rpms/lis
Branch : f43
Commit : 9349ca9fd1591eb1e868bd8eab069f3b2a36bb23
Author : Filipe Rosset <rosset.filipe@gmail.com>
Date   : 2026-02-24T19:16:34-03:00
Stats  : +3/-2 in 1 file(s)
URL    : https://src.fedoraproject.org/rpms/lis/c/9349ca9fd1591eb1e868bd8eab069f3b2a36bb23?branch=f43

Log:
fix FTBFS rhbz#2434785 rhbz#2385133 rhbz#2340779

---
diff --git a/lis.spec b/lis.spec
index 44f4718..f6e5222 100644
--- a/lis.spec
+++ b/lis.spec
@@ -12,7 +12,7 @@ Patch0:		lis-1.5.60-optflags.patch
 BuildRequires:	autoconf
 BuildRequires:	chrpath
 BuildRequires:	gcc-gfortran
-BuildRequires: make
+BuildRequires:	make
 
 %description
 Lis, a Library of Iterative Solvers for linear systems, is a scalable parallel
@@ -52,6 +52,7 @@ This package contains the developer documentation for lis.
 %patch -P0 -p0 -b .optflags
 
 %build
+export CFLAGS="${CFLAGS} -std=gnu99"
 export CC=gcc
 autoconf --force
 
@@ -61,7 +62,7 @@ pushd omp
 %configure --disable-static --enable-shared \
     --enable-saamg \
     --enable-quad --disable-rpath
-make %{?_smp_mflags}
+%make_build
 popd
 
 %install

                 reply	other threads:[~2026-06-02  3:36 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=178037137964.1.3732711365473237701.rpms-lis-9349ca9fd159@fedoraproject.org \
    --to=rosset.filipe@gmail.com \
    --cc=git-commits@fedoraproject.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox