Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] pam: fix libc check
@ 2023-03-01 19:39 icp1994
  2023-03-01 19:58 ` [PR PATCH] [Updated] " icp1994
                   ` (6 more replies)
  0 siblings, 7 replies; 8+ messages in thread
From: icp1994 @ 2023-03-01 19:39 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 619 bytes --]

There is a new pull request by icp1994 against master on the void-packages repository

https://github.com/icp1994/void-packages pam
https://github.com/void-linux/void-packages/pull/42535

pam: fix libc check
#### Testing the changes
- I tested the changes in this PR: **NO**

#### Local build testing
- I built this PR locally for my native architecture: **x86_64**

This should be the actual check, right? Although I haven't built/tested it locally. Not even sure if it requires revbump; just making a PR for visibility.

A patch file from https://github.com/void-linux/void-packages/pull/42535.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-pam-42535.patch --]
[-- Type: text/x-diff, Size: 950 bytes --]

From f14b1476d3cf2530762452c4309b091c99272a1b Mon Sep 17 00:00:00 2001
From: icp <pangolin@vivaldi.net>
Date: Thu, 2 Mar 2023 01:06:21 +0530
Subject: [PATCH] pam: fix libc check

---
 srcpkgs/pam/template | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/srcpkgs/pam/template b/srcpkgs/pam/template
index 70d87f00af90..1b3c3c848b1f 100644
--- a/srcpkgs/pam/template
+++ b/srcpkgs/pam/template
@@ -1,7 +1,7 @@
 # Template file for 'pam'
 pkgname=pam
 version=1.5.2
-revision=2
+revision=3
 build_style=gnu-configure
 configure_args="
  --libdir=/usr/lib --sbindir=/usr/bin --docdir=/usr/share/doc/pam
@@ -32,7 +32,7 @@ distfiles="${homepage}/releases/download/v${version}/Linux-PAM-${version}.tar.xz
 checksum=e4ec7131a91da44512574268f493c6d8ca105c87091691b8e9b56ca685d4f94d
 lib32disabled=yes
 
-if [ "$XBPS_CHECK_PKGS" = musl ]; then
+if [ "$XBPS_TARGET_MACHINE" = musl ]; then
 	configure_args+=" ac_cv_search_crypt=no"
 fi
 

^ permalink raw reply	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2023-06-20  1:56 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-03-01 19:39 [PR PATCH] pam: fix libc check icp1994
2023-03-01 19:58 ` [PR PATCH] [Updated] " icp1994
2023-03-01 20:13 ` icp1994
2023-03-04 19:53 ` icp1994
2023-03-06 20:08 ` paper42
2023-03-06 20:20 ` icp1994
2023-06-05  2:04 ` github-actions
2023-06-20  1:56 ` [PR PATCH] [Closed]: " github-actions

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).