]> git.pld-linux.org Git - packages/curl.git/blob - curl-krb5flags.patch
- updated to 7.35.0 (fixes CVE-2014-0015)
[packages/curl.git] / curl-krb5flags.patch
1 --- curl-7.29.0/configure.ac.orig       2013-02-15 15:38:22.912332897 +0100
2 +++ curl-7.29.0/configure.ac    2013-02-15 15:47:10.498977423 +0100
3 @@ -1336,7 +1336,7 @@
4  
5    if test -z "$GSSAPI_INCS"; then
6       if test -f "$GSSAPI_ROOT/bin/krb5-config"; then
7 -        GSSAPI_INCS=`$GSSAPI_ROOT/bin/krb5-config --cflags gssapi`
8 +        GSSAPI_INCS=`CFLAGS= $GSSAPI_ROOT/bin/krb5-config --cflags gssapi`
9       elif test "$GSSAPI_ROOT" != "yes"; then
10          GSSAPI_INCS="-I$GSSAPI_ROOT/include"
11       fi
12 @@ -1424,7 +1424,7 @@
13          if test -f "$GSSAPI_ROOT/bin/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/krb5-config --libs gssapi`
17 +           gss_libs=`CFLAGS= $GSSAPI_ROOT/bin/krb5-config --libs gssapi`
18             LIBS="$gss_libs $LIBS"
19          elif test "$GSSAPI_ROOT" != "yes"; then
20             LDFLAGS="$LDFLAGS -L$GSSAPI_ROOT/lib$libsuff"
This page took 0.055515 seconds and 3 git commands to generate.