public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/octave-dicom] f43: Run autoreconf -f to fix C++ flag detection (FTBFS rhbz#2434878)
@ 2026-06-22 15:26 Orion Poplawski
0 siblings, 0 replies; only message in thread
From: Orion Poplawski @ 2026-06-22 15:26 UTC (permalink / raw)
To: git-commits
A new commit has been pushed.
Repo : rpms/octave-dicom
Branch : f43
Commit : f2d51f49951cf90b737ec4fce910982079f15c9f
Author : Orion Poplawski <orion@nwra.com>
Date : 2026-02-21T21:44:25-07:00
Stats : +7/-2 in 1 file(s)
URL : https://src.fedoraproject.org/rpms/octave-dicom/c/f2d51f49951cf90b737ec4fce910982079f15c9f?branch=f43
Log:
Run autoreconf -f to fix C++ flag detection (FTBFS rhbz#2434878)
---
diff --git a/octave-dicom.spec b/octave-dicom.spec
index b874b18..8a8ab59 100644
--- a/octave-dicom.spec
+++ b/octave-dicom.spec
@@ -25,9 +25,14 @@ Digital communications in medicine (DICOM) files.
%prep
%autosetup -n %{octpkg}-%{version}
-%build
+%conf
+cd src
# Update autoconf to handle RISC-V
-cp /usr/lib/rpm/redhat/config.{guess,sub} src/
+cp /usr/lib/rpm/redhat/config.{guess,sub} .
+# Needed to fix C++ flag detection
+autoreconf -f
+
+%build
# Tell it where gdcm headers are
export GDCM_CXXFLAGS="-I%{_includedir}/gdcm/"
%octave_pkg_build
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2026-06-22 15:26 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-06-22 15:26 [rpms/octave-dicom] f43: Run autoreconf -f to fix C++ flag detection (FTBFS rhbz#2434878) Orion Poplawski
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox