From d1c1a2ad59a21720a5b13b9f28f9e9fe9aa363e9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Pablo=20Correa=20G=C3=B3mez?= Date: Wed, 4 Sep 2024 15:42:31 +0200 Subject: [PATCH] community/gdm: rebuild against pam under /usr/lib --- community/gdm/APKBUILD | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/community/gdm/APKBUILD b/community/gdm/APKBUILD index 3e31add4980..83df3dc55d0 100644 --- a/community/gdm/APKBUILD +++ b/community/gdm/APKBUILD @@ -2,7 +2,7 @@ # Maintainer: team/gnome pkgname=gdm pkgver=46.2 -pkgrel=0 +pkgrel=1 pkgdesc="GNOME display manager" url="https://wiki.gnome.org/Projects/GDM" # blocked by gnome-shell @@ -56,7 +56,6 @@ build() { -Ddefault-pam-config=openembedded \ -Dlibaudit=disabled \ -Dlogind-provider=elogind \ - -Dpam-mod-dir=/lib/security \ -Dselinux=disabled \ -Dsystemd-journal=false \ -Dsystemdsystemunitdir=no \