public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
From: Mattia Verga <mattia.verga@proton.me>
To: git-commits@fedoraproject.org
Subject: [rpms/libindi] epel10: Fix ppc64le build
Date: Wed, 17 Jun 2026 16:46:43 GMT [thread overview]
Message-ID: <178171480395.1.3905458074295839223.rpms-libindi-d1ed9d248698@fedoraproject.org> (raw)
A new commit has been pushed.
Repo : rpms/libindi
Branch : epel10
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=epel10
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
reply other threads:[~2026-06-17 16:46 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=178171480395.1.3905458074295839223.rpms-libindi-d1ed9d248698@fedoraproject.org \
--to=mattia.verga@proton.me \
--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