community/elogind: rebuild against pam under /usr/lib

This commit is contained in:
Pablo Correa Gómez 2024-09-04 15:24:48 +02:00 committed by Natanael Copa
parent b22ff4d268
commit 4ee31ffcbf

View File

@ -2,7 +2,7 @@
# Maintainer: team/alpine-desktop <ablocorrea@hotmail.com> # Maintainer: team/alpine-desktop <ablocorrea@hotmail.com>
pkgname=elogind pkgname=elogind
pkgver=252.9 pkgver=252.9
pkgrel=5 pkgrel=6
pkgdesc="Standalone fork of systemd's elogind" pkgdesc="Standalone fork of systemd's elogind"
url="https://github.com/elogind/elogind" url="https://github.com/elogind/elogind"
arch="all" arch="all"
@ -67,7 +67,6 @@ build() {
-Dtests="$(want_check && echo true || echo false)" \ -Dtests="$(want_check && echo true || echo false)" \
\ \
-Dpamconfdir=/etc/pam.d \ -Dpamconfdir=/etc/pam.d \
-Dpamlibdir=/lib/security \
-Drootlibdir=/usr/lib \ -Drootlibdir=/usr/lib \
-Drootlibexecdir=/usr/libexec/elogind \ -Drootlibexecdir=/usr/libexec/elogind \
build build