gtk+3: fix dependencies for new gnome/accessibility/at-spi2-core
[oi-userland.git] / components / web / curl / patches / 000-configure.ac.patch
blob75f38daf3444d52eb587306489c247a596de7d0e
1 Enable illumos gss support. It is incorrectly assumed to be heimdal--do not add to libcurl.pc file
2 --- curl-8.11.0/configure.ac.~1~ 2024-11-06 02:09:19.000000000 -0500
3 +++ curl-8.11.0/configure.ac 2024-11-09 18:58:22.382807139 -0500
4 @@ -2043,6 +2043,9 @@
5 *-hp-hpux*)
6 gss_libname="gss"
7 ;;
8 + *sunos*)
9 + gss_libname="gss"
10 + ;;
12 gss_libname="gssapi"
14 @@ -2064,14 +2067,14 @@
15 LIBS="-lgss $LIBS"
18 - LIBS="-lgssapi $LIBS"
19 + LIBS="-lgss $LIBS"
21 esac
23 if test -n "$gnu_gss"; then
24 LIBCURL_PC_REQUIRES_PRIVATE="$LIBCURL_PC_REQUIRES_PRIVATE gss"
25 elif test "x$not_mit" = "x1"; then
26 - LIBCURL_PC_REQUIRES_PRIVATE="$LIBCURL_PC_REQUIRES_PRIVATE heimdal-gssapi"
27 + LIBCURL_PC_REQUIRES_PRIVATE="$LIBCURL_PC_REQUIRES_PRIVATE"
28 else
29 LIBCURL_PC_REQUIRES_PRIVATE="$LIBCURL_PC_REQUIRES_PRIVATE mit-krb5-gssapi"