From d9cbcb50b52b6c033a00eac46c9285955eed228c Mon Sep 17 00:00:00 2001 From: dfr Date: Thu, 29 Dec 2005 14:40:22 +0000 Subject: Add a new extensible GSS-API layer which can support GSS-API plugins, similar the the Solaris implementation. Repackage the krb5 GSS mechanism as a plugin library for the new implementation. This also includes a comprehensive set of manpages for the GSS-API functions with text mostly taken from the RFC. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Reviewed by: Love Hörnquist Åstrand , ru (build system), des (openssh parts) --- tools/make_libdeps.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tools/make_libdeps.sh') diff --git a/tools/make_libdeps.sh b/tools/make_libdeps.sh index c79be87..b5af4bc 100644 --- a/tools/make_libdeps.sh +++ b/tools/make_libdeps.sh @@ -49,7 +49,7 @@ sed -E -e's;-lbsdxml!;lib/libexpat;g' -e's;-lm!;lib/msun;g' -e's;-l(supc\+\+)!;gnu/lib/lib\1;g' - -e's;-l(asn1|gssapi|krb5|roken)!;kerberos5/lib/lib\1;g' + -e's;-l(asn1|krb5|roken)!;kerberos5/lib/lib\1;g' -e's;-l(crypto|ssh|ssl)!;secure/lib/lib\1;g' -e's;-l([^!]+)!;lib/lib\1;g' " -- cgit v1.1