From f14b1476d3cf2530762452c4309b091c99272a1b Mon Sep 17 00:00:00 2001 From: icp 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