]> git.pld-linux.org Git - packages/curl.git/blobdiff - curl-krb5flags.patch
upstream build fix for !x86 && !arm64
[packages/curl.git] / curl-krb5flags.patch
index f399d15741db46b0d8b684899a8e4dac8843e24c..e6faeaeb11af2b469d2740241b7459f4757b4ea5 100644 (file)
@@ -1,14 +1,14 @@
 --- curl-7.43.0/configure.ac.orig      2015-06-24 21:11:53.330168712 +0200
 +++ curl-7.43.0/configure.ac   2015-06-24 21:19:26.686816353 +0200
 @@ -1193,7 +1193,7 @@
-   CURL_CHECK_PKGCONFIG(mit-krb5-gssapi)
+   fi
    if test -z "$GSSAPI_INCS"; then
       if test -n "$host_alias" -a -f "$GSSAPI_ROOT/bin/$host_alias-krb5-config"; then
 -        GSSAPI_INCS=`$GSSAPI_ROOT/bin/$host_alias-krb5-config --cflags gssapi`
 +        GSSAPI_INCS=`CFLAGS= $GSSAPI_ROOT/bin/$host_alias-krb5-config --cflags gssapi`
       elif test "$PKGCONFIG" != "no" ; then
          GSSAPI_INCS=`$PKGCONFIG --cflags mit-krb5-gssapi`
-      elif test "$GSSAPI_ROOT" != "yes"; then
+      elif test -f "$KRB5CONFIG"; then
 @@ -1288,7 +1288,7 @@
          if test -n "$host_alias" -a -f "$GSSAPI_ROOT/bin/$host_alias-krb5-config"; then
             dnl krb5-config doesn't have --libs-only-L or similar, put everything
This page took 0.314931 seconds and 4 git commands to generate.