public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
From: Toshio Kuratomi <toshio@fedoraproject.org>
To: git-commits@fedoraproject.org
Subject: [rpms/jigdo] epel10.2: Fix build by explicitly linking to libpthread
Date: Fri, 21 Aug 2026 18:59:30 GMT	[thread overview]
Message-ID: <178733877019.1.860717858311073932.rpms-jigdo-11d765978e1e@fedoraproject.org> (raw)

A new commit has been pushed.

Repo   : rpms/jigdo
Branch : epel10.2
Commit : 11d765978e1e2dde4563000111e79b75c432b981
Author : Toshio Kuratomi <toshio@fedoraproject.org>
Date   : 2013-03-06T14:15:56-08:00
Stats  : +2/-0 in 1 file(s)
URL    : https://src.fedoraproject.org/rpms/jigdo/c/11d765978e1e2dde4563000111e79b75c432b981?branch=epel10.2

Log:
Fix build by explicitly linking to libpthread

---
diff --git a/jigdo.spec b/jigdo.spec
index 3679e22..a97f666 100644
--- a/jigdo.spec
+++ b/jigdo.spec
@@ -41,6 +41,7 @@ GTK2 frontend to jigdo.
 %patch2 -p1 -b .gcc43
 
 %build
+export LDFLAGS="$LDFLAGS -lpthread"
 %configure --with-libdb=-ldb
 make %{?_smp_mflags}
 
@@ -90,6 +91,7 @@ install -m 0755 scripts/jigdo-mirror $RPM_BUILD_ROOT%{_bindir}/jigdo-mirror
 %changelog
 * Wed Mar  6 2013 Toshio Kuratomi <toshio@fedoraproject.org> - 0.7.3-17
 - Remove vendor prefix from desktop file for f19+ https://fedorahosted.org/fesco/ticket/1077
+- Fix build by explicitly linking to libpthread
 
 * Thu Feb 14 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.7.3-16
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild

                 reply	other threads:[~2026-08-21 18:59 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=178733877019.1.860717858311073932.rpms-jigdo-11d765978e1e@fedoraproject.org \
    --to=toshio@fedoraproject.org \
    --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