From 0b16a710a88934046b2c7455bcf0dd060ff35b1b Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Pablo=20Correa=20G=C3=B3mez?= <ablocorrea@hotmail.com>
Date: Wed, 4 Sep 2024 15:18:31 +0200
Subject: [PATCH] community/duo_unix: rebuild against pam under /usr/lib

---
 community/duo_unix/APKBUILD | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/community/duo_unix/APKBUILD b/community/duo_unix/APKBUILD
index 6b9487012060..03fd089254ee 100644
--- a/community/duo_unix/APKBUILD
+++ b/community/duo_unix/APKBUILD
@@ -3,7 +3,7 @@
 # Maintainer: Paul Morgan <jumanjiman@gmail.com>
 pkgname=duo_unix
 pkgver=1.12.1
-pkgrel=1
+pkgrel=2
 pkgdesc="Duo two-factor authentication for Unix systems with Pluggable Authentication Modules (PAM)"
 url="https://duo.com/docs/duounix"
 arch="all"
@@ -25,7 +25,7 @@ build() {
 	./configure \
 		--build=$CBUILD \
 		--host=$CTARGET \
-		--with-pam=/lib/security \
+		--with-pam=/usr/lib/security \
 		--prefix=/usr
 	make
 }
-- 
GitLab