aboutsummaryrefslogtreecommitdiffstats
path: root/community/gdm
diff options
context:
space:
mode:
authorRasmus Thomsen <oss@cogitri.dev>2019-09-28 10:40:04 +0200
committerRasmus Thomsen <oss@cogitri.dev>2019-09-28 10:41:17 +0200
commit766514431df5c3c7ec01f16c335d2d9ecbf58ba6 (patch)
tree5c2b4bb8047675813e483a1d05789a29d7f190b7 /community/gdm
parentf32f884b7ddcf44f7d24260de4def87c51e1cd05 (diff)
downloadaports-766514431df5c3c7ec01f16c335d2d9ecbf58ba6.tar.bz2
aports-766514431df5c3c7ec01f16c335d2d9ecbf58ba6.tar.xz
community/gdm: use /lib/security for pam modules
Diffstat (limited to 'community/gdm')
-rw-r--r--community/gdm/APKBUILD5
1 files changed, 3 insertions, 2 deletions
diff --git a/community/gdm/APKBUILD b/community/gdm/APKBUILD
index 632b9152f0..0bb712c0c4 100644
--- a/community/gdm/APKBUILD
+++ b/community/gdm/APKBUILD
@@ -2,7 +2,7 @@
# Maintainer: Rasmus Thomsen <oss@cogitri.dev>
pkgname=gdm
pkgver=3.34.0
-pkgrel=1
+pkgrel=2
pkgdesc="GNOME display manager"
url="https://wiki.gnome.org/Projects/GDM"
arch="all !armhf !s390x !ppc64le"
@@ -33,7 +33,8 @@ build() {
--with-pid-file=/var/run/gdm.pid \
--enable-authentication-scheme=pam \
--with-default-pam-config=arch \
- --with-log-dir=/var/log/gdm
+ --with-log-dir=/var/log/gdm \
+ --with-pam-mod-dir=/lib/security
make
}