mirror of
https://git.FreeBSD.org/ports.git
synced 2024-10-29 21:39:24 +00:00
b60c01092d
with krb4 (I hope, I can't test this). Thanks to Simon Karpen <karpes@rpi.edu> for a fix.
30 lines
678 B
Plaintext
30 lines
678 B
Plaintext
--- configure.orig Thu Sep 16 00:21:02 1999
|
|
+++ configure Wed Sep 22 15:11:56 1999
|
|
@@ -4970,7 +4970,7 @@
|
|
echo $ac_n "(cached) $ac_c" 1>&6
|
|
else
|
|
ac_save_LIBS="$LIBS"
|
|
-LIBS="-lopie $LIBS"
|
|
+LIBS="-lopie -lmd $LIBS"
|
|
cat > conftest.$ac_ext <<EOF
|
|
#line 4976 "configure"
|
|
#include "confdefs.h"
|
|
@@ -5004,7 +5004,7 @@
|
|
#define $ac_tr_lib 1
|
|
EOF
|
|
|
|
- LIBS="-lopie $LIBS"
|
|
+ LIBS="-lopie -lmd $LIBS"
|
|
|
|
else
|
|
echo "$ac_t""no" 1>&6
|
|
@@ -5409,7 +5409,7 @@
|
|
then
|
|
CEFLAGS="$CEFLAGS -DKERBEROS_V4 -I$dir/include"
|
|
LDEFLAGS="$LDEFLAGS -L$dir/lib"
|
|
- LIBS="$LIBS -lkrb -ldes"
|
|
+ LIBS="$LIBS -lkrb -ldes -lecomm_err"
|
|
break
|
|
fi
|
|
done
|