public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/libindi] rawhide: Fix ppc64le build
@ 2026-06-17 16:28 Mattia Verga
0 siblings, 0 replies; only message in thread
From: Mattia Verga @ 2026-06-17 16:28 UTC (permalink / raw)
To: git-commits
A new commit has been pushed.
Repo : rpms/libindi
Branch : rawhide
Commit : d1ed9d2486988c771ad7250c985f042c99f5fc0c
Author : Mattia Verga <mattia.verga@proton.me>
Date : 2026-06-17T18:27:47+02:00
Stats : +9/-1 in 1 file(s)
URL : https://src.fedoraproject.org/rpms/libindi/c/d1ed9d2486988c771ad7250c985f042c99f5fc0c?branch=rawhide
Log:
Fix ppc64le build
---
diff --git a/libindi.spec b/libindi.spec
index f086997..73dea7d 100644
--- a/libindi.spec
+++ b/libindi.spec
@@ -19,6 +19,13 @@ ExcludeArch: %{ix86}
# unit tests
%global build_tests 1
+# Disable warnings for ppc64le to avoid build failure
+%ifarch ppc64le
+%global fix_warnings OFF
+%else
+%global fix_warnings ON
+%endif
+
Name: libindi
Version: 2.2.3.1
Release: %autorelease
@@ -155,7 +162,8 @@ rm -rf libs/hid
-DINDI_BUILD_UNITTESTS="%{tests}" \
-DINDI_SYSTEM_HTTPLIB="%{system_httplib}" \
-DINDI_SYSTEM_JSONLIB="%{system_jsonlib}" \
- -DINDI_SYSTEM_HIDAPILIB="%{system_hidlib}"
+ -DINDI_SYSTEM_HIDAPILIB="%{system_hidlib}" \
+ -DFIX_WARNINGS=%{fix_warnings}
%cmake_build
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2026-06-17 16:28 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-06-17 16:28 [rpms/libindi] rawhide: Fix ppc64le build Mattia Verga
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox