public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
To: git-commits@fedoraproject.org
Subject: [rpms/pam_url] epel10: fix build on all 64-bit arches
Date: Sat, 13 Jun 2026 18:25:04 GMT	[thread overview]
Message-ID: <178137510415.1.10430258802798906413.rpms-pam_url-1f3bb026d80e@fedoraproject.org> (raw)

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.
 

                 reply	other threads:[~2026-06-13 18:25 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=178137510415.1.10430258802798906413.rpms-pam_url-1f3bb026d80e@fedoraproject.org \
    --to=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