diff options
author | Robert Nagy <robert@cvs.openbsd.org> | 2013-06-19 19:49:31 +0000 |
---|---|---|
committer | Robert Nagy <robert@cvs.openbsd.org> | 2013-06-19 19:49:31 +0000 |
commit | 674a087d7cad0e678b84ad9384ea831640e1e306 (patch) | |
tree | 8ab35d769efedebb6b74681c7e5eae10e63a26e9 /gnu/usr.bin/cvs | |
parent | 103fa4e7fece8c439e6b13bbd23b8ae08ed0de36 (diff) |
don't link to hx509, pthread and ntlm related libraries
Diffstat (limited to 'gnu/usr.bin/cvs')
-rw-r--r-- | gnu/usr.bin/cvs/configure | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/usr.bin/cvs/configure b/gnu/usr.bin/cvs/configure index 7feddf064b6..954721dd9ba 100644 --- a/gnu/usr.bin/cvs/configure +++ b/gnu/usr.bin/cvs/configure @@ -4021,7 +4021,7 @@ EOF 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 -lkrb5 -lhx509 -lasn1 -lcrypto -lheimbase -lwind -lroken -lcom_err -lheimntlm -lpthread" + LIBS="$LIBS -L$GSSAPI/lib -lgssapi -lkrb5 -lcrypto -lheimbase -lasn1 -lwind -lroken -lcom_err" else LIBS="$LIBS -L$GSSAPI/lib -lgssapi_krb5 -lkrb5 -lcrypto -lcom_err" fi |