Re: delete-old-libs removes libgssapi.so.10 but leaves the dead symlink
- In reply to: Dima Panov : "Re: delete-old-libs removes libgssapi.so.10 but leaves the dead symlink"
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sat, 09 Aug 2025 17:01:43 UTC
On 2025-08-09 12:54, Dima Panov wrote: > Hello! > > > ftp/curl also need some love to build with mase mit krb5 > > > diff --git a/ftp/curl/files/extra-patch-gssapi b/ftp/curl/files/extra- > patch-gssapi > index d2b90d46c8..8304d8cc67 100644 > --- a/ftp/curl/files/extra-patch-gssapi > +++ b/ftp/curl/files/extra-patch-gssapi > @@ -1,11 +1,14 @@ > --- configure.orig 2024-12-11 07:08:12 UTC > +++ configure > -@@ -26210,7 +26210,7 @@ printf "%s\n" "found" >&6; } > +@@ -25881,9 +25881,9 @@ printf "%s\n" "found" >&6; } > if test -n "$gnu_gss"; then > LIBCURL_PC_REQUIRES_PRIVATE="$LIBCURL_PC_REQUIRES_PRIVATE gss" > elif test "x$not_mit" = "x1"; then > - LIBCURL_PC_REQUIRES_PRIVATE="$LIBCURL_PC_REQUIRES_PRIVATE > heimdal-gssapi" > + LIBCURL_PC_REQUIRES_PRIVATE="$LIBCURL_PC_REQUIRES_PRIVATE" > else > - LIBCURL_PC_REQUIRES_PRIVATE="$LIBCURL_PC_REQUIRES_PRIVATE mit- > krb5-gssapi" > +- LIBCURL_PC_REQUIRES_PRIVATE="$LIBCURL_PC_REQUIRES_PRIVATE mit- > krb5-gssapi" > ++ LIBCURL_PC_REQUIRES_PRIVATE="$LIBCURL_PC_REQUIRES_PRIVATE" > fi > + fi > + else Seems like there have been a lot of breaking changes recently. The new OpenSSL broke freeradius3 too so I've got no EAP on my network. Ian