public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/jigdo] epel10: Fix build by explicitly linking to libpthread
@ 2026-08-21 17:27 Toshio Kuratomi
0 siblings, 0 replies; only message in thread
From: Toshio Kuratomi @ 2026-08-21 17:27 UTC (permalink / raw)
To: git-commits
A new commit has been pushed.
Repo : rpms/jigdo
Branch : epel10
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
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
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2026-08-21 17:27 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-08-21 17:27 [rpms/jigdo] epel10: Fix build by explicitly linking to libpthread Toshio Kuratomi
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox