aboutsummaryrefslogtreecommitdiffstats
path: root/print/cups/files/patch-configure
blob: bb57aa88721eac2c05f388240eb0e8eec3feeb9d (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
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
--- configure.orig	2022-01-27 11:11:42 UTC
+++ configure
@@ -6793,7 +6793,6 @@ LIBS="$SAVELIBS"
 fi
 LIBS="$SAVELIBS"
 
-DBUSDIR=""
 DBUS_NOTIFIER=""
 DBUS_NOTIFIERLIBS=""
 
@@ -7807,7 +7806,6 @@ then :
 
 	    DSOFLAGS="-Wl,-R$libdir $DSOFLAGS"
 	    LDFLAGS="$LDFLAGS -Wl,-R$libdir"
-	    EXPORT_LDFLAGS="-Wl,-R$libdir"
 
 fi
      ;; #(
@@ -8124,7 +8122,6 @@ then :
 if ac_fn_c_try_link "$LINENO"
 then :
 
-	OPTIM="$OPTIM -fstack-protector-strong"
 	{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: yes" >&5
 printf "%s\n" "yes" >&6; }
 
@@ -8149,7 +8146,6 @@ then :
 if ac_fn_c_try_link "$LINENO"
 then :
 
-	    OPTIM="$OPTIM -fstack-protector"
 	    { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: yes" >&5
 printf "%s\n" "yes" >&6; }
 
@@ -8336,6 +8332,7 @@ case $host_os_name in #(
     # glibc 2.8 and higher breaks peer credentials unless you
     # define _GNU_SOURCE...
     OPTIM="$OPTIM -D_GNU_SOURCE"
+esac
 
     # The -z relro option is provided by the Linux linker command to
     # make relocatable data read-only.
@@ -8345,10 +8342,6 @@ fi
 	RELROFLAGS="-Wl,-z,relro,-z,now"
 
 fi
- ;; #(
-  *) :
-     ;;
-esac
 
 
 ac_fn_c_check_header_compile "$LINENO" "resolv.h" "ac_cv_header_resolv_h" "
@@ -10191,16 +10184,7 @@ fi
 
 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