summaryrefslogtreecommitdiff
path: root/security/sudo/files/patch-aa
blob: d7a7643d6f79739418c2e7cc4bf868e8ebeeb272 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
--- configure.orig	Mon Nov  8 15:59:48 1999
+++ configure	Thu Dec 16 22:54:41 1999
@@ -681,8 +681,8 @@
 
 test "$mandir" = '${prefix}/man' && mandir='$(prefix)/man'
 test "$bindir" = '${exec_prefix}/bin' && bindir='$(exec_prefix)/bin'
-test "$sbindir" = '${exec_prefix}/sbin' && sbindir='$(exec_prefix)/sbin'
-test "$sysconfdir" = '${prefix}/etc' && sysconfdir='/etc'
+test "$sbindir" = '${exec_prefix}/sbin' || sbindir='$(exec_prefix)/sbin'
+#test "$sysconfdir" = '${prefix}/etc' || sysconfdir='/etc'
 
 
 # Check whether --with-otp-only or --without-otp-only was given.
@@ -7737,7 +7737,7 @@
 fi
 
 if test "$with_skey" = "yes"; then
-    SUDO_LIBS="${SUDO_LIBS} -lskey"
+    SUDO_LIBS="${SUDO_LIBS} -lskey -lmd"
     if test -f /usr/include/skey.h -a -f /usr/lib/libskey.a; then
 	:
     elif test -f /usr/local/include/skey.h; then