public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/pam_url] epel10: fix build on all 64-bit arches
@ 2026-06-13 18:25
0 siblings, 0 replies; only message in thread
From: @ 2026-06-13 18:25 UTC (permalink / raw)
To: git-commits
A new commit has been pushed.
Repo : rpms/pam_url
Branch : epel10
Commit : 1f3bb026d80effaf504d55e97db027a1f7ea0be3
Author : Dan Horák <dan@danny.cz>
Date : 2012-12-06T10:33:34+01:00
Stats : +6/-3 in 1 file(s)
URL : https://src.fedoraproject.org/rpms/pam_url/c/1f3bb026d80effaf504d55e97db027a1f7ea0be3?branch=epel10
Log:
fix build on all 64-bit arches
---
diff --git a/pam_url.spec b/pam_url.spec
index 1b20635..016f149 100644
--- a/pam_url.spec
+++ b/pam_url.spec
@@ -1,7 +1,7 @@
Summary: PAM module to authenticate with HTTP servers
Name: pam_url
Version: 0.3.2
-Release: 1%{?dist}
+Release: 2%{?dist}
Epoch: 1
License: GPLv2
Group: System Environment/Base
@@ -18,10 +18,10 @@ such as totpcgi.
%setup -q
%build
-CFLAGS="%{optflags} -std=c99" make %{?_smp_mflags} all
+CFLAGS="%{optflags} -std=c99" make %{?_smp_mflags} pamlib=%{_lib}/security all
%install
-make DESTDIR=%{buildroot} install
+make DESTDIR=%{buildroot} pamlib=%{_lib}/security install
%files
%defattr(-,root,root,-)
@@ -31,6 +31,9 @@ make DESTDIR=%{buildroot} install
%changelog
+* Thu Dec 06 2012 Dan Horák <dan[at]danny.cz> - 0.3.2-2
+- fix build on all 64-bit arches
+
* Tue Dec 04 2012 Konstantin Ryabitsev <icon@fedoraproject.org> - 0.3.2-1
- Upstream 0.3.2 with fixes for correct pam stacking.
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2026-06-13 18:25 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-06-13 18:25 [rpms/pam_url] epel10: fix build on all 64-bit arches
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox