public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
From: Gwyn Ciesla <gwync@protonmail.com>
To: git-commits@fedoraproject.org
Subject: [rpms/libixion] rawhide: Stop linking against boost_system
Date: Tue, 02 Jun 2026 20:58:25 GMT [thread overview]
Message-ID: <178043390547.1.12840368943419583775.rpms-libixion-5d3e53a3c926@fedoraproject.org> (raw)
A new commit has been pushed.
Repo : rpms/libixion
Branch : rawhide
Commit : 5d3e53a3c926c53b4d847437fa41c21a97b191cb
Author : Gwyn Ciesla <gwync@protonmail.com>
Date : 2026-06-02T15:58:17-05:00
Stats : +36/-0 in 2 file(s)
URL : https://src.fedoraproject.org/rpms/libixion/c/5d3e53a3c926c53b4d847437fa41c21a97b191cb?branch=rawhide
Log:
Stop linking against boost_system
---
diff --git a/bfe5ab6adadda265d575fec9c192e6f53f2ef9f5.patch b/bfe5ab6adadda265d575fec9c192e6f53f2ef9f5.patch
new file mode 100644
index 0000000..f1c5cc4
--- /dev/null
+++ b/bfe5ab6adadda265d575fec9c192e6f53f2ef9f5.patch
@@ -0,0 +1,35 @@
+From bfe5ab6adadda265d575fec9c192e6f53f2ef9f5 Mon Sep 17 00:00:00 2001
+From: Kohei Yoshida <kohei.yoshida@gmail.com>
+Date: Fri, 4 Apr 2025 21:08:55 -0400
+Subject: [PATCH] Update boost.m4 from the latest upstream
+
+---
+ m4/boost.m4 | 9 +++++++--
+ 1 file changed, 7 insertions(+), 2 deletions(-)
+
+diff --git a/m4/boost.m4 b/m4/boost.m4
+index 706035d3..342516e4 100644
+--- a/m4/boost.m4
++++ b/m4/boost.m4
+@@ -1332,11 +1332,16 @@ BOOST_DEFUN([String_Algo],
+ # --------------------------------
+ # Look for Boost.System. For the documentation of PREFERRED-RT-OPT, see the
+ # documentation of BOOST_FIND_LIB above. This library was introduced in Boost
+-# 1.35.0.
++# 1.35.0 and is header only since 1.70.
+ BOOST_DEFUN([System],
+-[BOOST_FIND_LIB([system], [$1],
++[
++if test $boost_major_version -ge 170; then
++ BOOST_FIND_HEADER([boost/system/error_code.hpp])
++else
++ BOOST_FIND_LIB([system], [$1],
+ [boost/system/error_code.hpp],
+ [boost::system::error_code e; e.clear();], [], [], [$2])
++fi
+ ])# BOOST_SYSTEM
+
+
+--
+GitLab
+
diff --git a/libixion.spec b/libixion.spec
index 1fdd43a..6fe5efa 100644
--- a/libixion.spec
+++ b/libixion.spec
@@ -8,6 +8,7 @@ Summary: A general purpose formula parser & interpreter library
License: MPL-2.0
URL: https://gitlab.com/ixion/ixion
Source0: https://kohei.us/files/ixion/src/%{name}-%{version}.tar.xz
+Patch0: bfe5ab6adadda265d575fec9c192e6f53f2ef9f5.patch
BuildRequires: boost-devel
BuildRequires: gcc-c++
reply other threads:[~2026-06-02 20:58 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=178043390547.1.12840368943419583775.rpms-libixion-5d3e53a3c926@fedoraproject.org \
--to=gwync@protonmail.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