mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-05 22:43:24 +00:00
ddb4168d7d
PR: ports/10817(not used), ports/10499 Submitted by: foxfair, Ying-Chieh Liao <ijliao@Terry.Dorm10.NCTU.edu.tw>
23 lines
863 B
Plaintext
23 lines
863 B
Plaintext
--- /usr/ports/security/sudo/work2/sudo.v1.5.7p4/configure Tue Nov 24 05:40:24 1998
|
|
+++ configure Sat Jan 2 04:07:08 1999
|
|
@@ -667,8 +669,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-CC or --without-CC was given.
|
|
@@ -7170,7 +7188,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
|