summaryrefslogtreecommitdiff
path: root/print/cups/files/patch-configure
blob: 331f120f9ce8b9a9e2d1a504c7d827b1b6cad828 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
--- configure.orig	2020-04-27 18:04:29 UTC
+++ configure
@@ -5775,7 +5775,6 @@ fi
 fi
 LIBS="$SAVELIBS"
 
-DBUSDIR=""
 DBUS_NOTIFIER=""
 DBUS_NOTIFIERLIBS=""
 
@@ -6590,7 +6589,6 @@ if test "$DSO" != ":"; then
 			if test $exec_prefix != /usr; then
 				DSOFLAGS="-Wl,-R$libdir $DSOFLAGS"
 				LDFLAGS="$LDFLAGS -Wl,-R$libdir"
-				EXPORT_LDFLAGS="-Wl,-R$libdir"
 			fi
 			;;
                 linux* | gnu*)
@@ -8560,13 +8558,7 @@ fi
 			PAMLIBS="-lpam"
 		fi
 
-		# Find the PAM configuration directory, if any...
-		for dir in /private/etc/pam.d /etc/pam.d; do
-			if test -d $dir; then
-				PAMDIR=$dir
-				break;
-			fi
-		done
+		PAMDIR=/usr/local/etc/pam.d
 	fi
 
 	LIBS="$SAVELIBS"