public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/liblouisutdml] rawhide: Fix build
@ 2026-09-09 21:33
0 siblings, 0 replies; only message in thread
From: @ 2026-09-09 21:33 UTC (permalink / raw)
To: git-commits
A new commit has been pushed.
Repo : rpms/liblouisutdml
Branch : rawhide
Commit : 1a85c7229e14b802a7a4da8f4ab7f43b925ad8ac
Author : Zbigniew Jędrzejewski-Szmek <zbyszek@amutable.com>
Date : 2026-09-09T23:32:58+02:00
Stats : +1/-1 in 1 file(s)
URL : https://src.fedoraproject.org/rpms/liblouisutdml/c/1a85c7229e14b802a7a4da8f4ab7f43b925ad8ac?branch=rawhide
Log:
Fix build
The undefined attribute was causing the package to FTBFS. I need to
rebuild it for updated libxml2 soon, so make it build again.
---
diff --git a/liblouisutdml.spec b/liblouisutdml.spec
index dcf9c9a..decea88 100644
--- a/liblouisutdml.spec
+++ b/liblouisutdml.spec
@@ -81,7 +81,7 @@ provided by %{name}-utils.
%build
autoreconf -fi
%configure --disable-static --disable-java-bindings
-make %{?_smp_mflags}
+make %{?_smp_mflags} "CFLAGS=$CFLAGS -DATTRIBUTE_UNUSED='__attribute__((unused))'"
make -C doc liblouisutdml.pdf
%check
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2026-09-09 21:33 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-09-09 21:33 [rpms/liblouisutdml] rawhide: Fix build
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox