]> git.pld-linux.org Git - packages/curl.git/blob - curl-krb5flags.patch
fix gsasl configure option
[packages/curl.git] / curl-krb5flags.patch
1 --- curl-7.43.0/configure.ac.orig       2015-06-24 21:11:53.330168712 +0200
2 +++ curl-7.43.0/configure.ac    2015-06-24 21:19:26.686816353 +0200
3 @@ -1193,7 +1193,7 @@
4    fi
5    if test -z "$GSSAPI_INCS"; then
6       if test -n "$host_alias" -a -f "$GSSAPI_ROOT/bin/$host_alias-krb5-config"; then
7 -        GSSAPI_INCS=`$GSSAPI_ROOT/bin/$host_alias-krb5-config --cflags gssapi`
8 +        GSSAPI_INCS=`CFLAGS= $GSSAPI_ROOT/bin/$host_alias-krb5-config --cflags gssapi`
9       elif test "$PKGCONFIG" != "no" ; then
10          GSSAPI_INCS=`$PKGCONFIG --cflags mit-krb5-gssapi`
11       elif test -f "$KRB5CONFIG"; then
12 @@ -1288,7 +1288,7 @@
13          if test -n "$host_alias" -a -f "$GSSAPI_ROOT/bin/$host_alias-krb5-config"; then
14             dnl krb5-config doesn't have --libs-only-L or similar, put everything
15             dnl into LIBS
16 -           gss_libs=`$GSSAPI_ROOT/bin/$host_alias-krb5-config --libs gssapi`
17 +           gss_libs=`CFLAGS= $GSSAPI_ROOT/bin/$host_alias-krb5-config --libs gssapi`
18             LIBS="$gss_libs $LIBS"
19          elif test "$PKGCONFIG" != "no" ; then
20             gss_libs=`$PKGCONFIG --libs mit-krb5-gssapi`
This page took 0.04718 seconds and 3 git commands to generate.