summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorhin <hin@openbsd.org>2003-05-16 20:15:16 +0000
committerhin <hin@openbsd.org>2003-05-16 20:15:16 +0000
commit02ce9de14a791da00780d4cb592ab3106456436c (patch)
tree388b943ccf9b91bf9cc742d4d5f1e0977f44d49f
parentfix several constant overflows, remove the strerror prototype (shouldn't be (diff)
downloadwireguard-openbsd-02ce9de14a791da00780d4cb592ab3106456436c.tar.xz
wireguard-openbsd-02ce9de14a791da00780d4cb592ab3106456436c.zip
Don't link with -lkrb -lkafs.
ok jakob@
-rw-r--r--gnu/usr.bin/cvs/configure.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/usr.bin/cvs/configure.in b/gnu/usr.bin/cvs/configure.in
index d5681485348..be1d224a268 100644
--- a/gnu/usr.bin/cvs/configure.in
+++ b/gnu/usr.bin/cvs/configure.in
@@ -295,9 +295,9 @@ if test "$ac_cv_header_krb5_h" = "yes" &&
includeopt="${includeopt} -I$GSSAPI/include/kerberosV"
# FIXME: This is ugly, but these things don't seem to be standardized.
if test "$ac_cv_header_gssapi_h" = "yes"; then
- LIBS="$LIBS -L$GSSAPI/lib -lgssapi -lkrb -lkrb5 -lasn1 -lcrypto -ldes -lcom_err -lkafs"
+ LIBS="$LIBS -L$GSSAPI/lib -lgssapi -lkrb5 -lasn1 -lcrypto -ldes -lcom_err"
else
- LIBS="$LIBS -L$GSSAPI/lib -lgssapi_krb5 -lkrb -lkrb5 -lcrypto -ldes -lcom_err -lkafs"
+ LIBS="$LIBS -L$GSSAPI/lib -lgssapi_krb5 -lkrb5 -lcrypto -ldes -lcom_err"
fi
save_CPPFLAGS=$CPPFLAGS
CPPFLAGS="-I$GSSAPI/include/kerberosV $CPPFLAGS"