public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
From: Kalev Lember <kalevlember@gmail.com>
To: git-commits@fedoraproject.org
Subject: [rpms/glib2] cve-2026-58016-f44: Fix the build
Date: Tue, 11 Aug 2026 10:35:29 GMT [thread overview]
Message-ID: <178644452994.1.15256471973235749001.rpms-glib2-50d046e3fd57@fedoraproject.org> (raw)
A new commit has been pushed.
Repo : rpms/glib2
Branch : cve-2026-58016-f44
Commit : 50d046e3fd57a1e776928c352dab27b5d03d92d2
Author : Kalev Lember <kalevlember@gmail.com>
Date : 2013-06-20T19:48:48+02:00
Stats : +4/-0 in 1 file(s)
URL : https://src.fedoraproject.org/rpms/glib2/c/50d046e3fd57a1e776928c352dab27b5d03d92d2?branch=cve-2026-58016-f44
Log:
Fix the build
https://bugzilla.gnome.org/show_bug.cgi?id=700350
---
diff --git a/glib2.spec b/glib2.spec
index ad8456b..530d9e5 100644
--- a/glib2.spec
+++ b/glib2.spec
@@ -76,6 +76,10 @@ the functionality of the installed glib2 package.
%prep
%setup -q -n glib-%{version}
+# Workaround wrong gtk-doc.make timestamp
+# https://bugzilla.gnome.org/show_bug.cgi?id=700350
+touch -r Makefile.am gtk-doc.make
+
%build
# Support builds of both git snapshots and tarballs packed with autogoo
(if ! test -x configure; then NOCONFIGURE=1 ./autogen.sh; CONFIGFLAGS=--enable-gtk-doc; fi;
reply other threads:[~2026-08-11 10:35 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=178644452994.1.15256471973235749001.rpms-glib2-50d046e3fd57@fedoraproject.org \
--to=kalevlember@gmail.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