p7zip: update to 17.06
[oi-userland.git] / components / print / cups / patches / 05-no-pam.d.patch
blobbdf53762588ebad4283142337d111a3ba9aaebe2
1 We do not support /etc/pam.d directory.
2 See https://www.illumos.org/issues/2947
4 --- cups-2.4.7/config-scripts/cups-pam.m4.orig 2023-10-25 19:36:00.681132879 +0200
5 +++ cups-2.4.7/config-scripts/cups-pam.m4 2023-10-25 19:36:23.527933638 +0200
6 @@ -43,14 +43,6 @@
7 ], [
8 PAMLIBS="-lpam"
9 ])
11 - # Find the PAM configuration directory, if any...
12 - for dir in /private/etc/pam.d /etc/pam.d; do
13 - AS_IF([test -d $dir], [
14 - PAMDIR="$dir"
15 - break;
16 - ])
17 - done
20 LIBS="$SAVELIBS"