]> git.pld-linux.org Git - packages/curl.git/blob - curl-krb5flags.patch
- CVE-2009-0037 security blocker
[packages/curl.git] / curl-krb5flags.patch
1 --- curl-7.19.2/configure.ac.orig       2008-11-10 16:22:59.000000000 +0100
2 +++ curl-7.19.2/configure.ac    2008-12-27 09:02:47.678512154 +0100
3 @@ -1053,7 +1053,7 @@
4    if test -z "$GSSAPI_INCS"; then
5       if test -f "$GSSAPI_ROOT/bin/krb5-config"; then
6          GSSAPI_INCS=`$GSSAPI_ROOT/bin/krb5-config --cflags gssapi`
7 -        GSSAPI_LIBS=`$GSSAPI_ROOT/bin/krb5-config --libs gssapi`
8 +        GSSAPI_LIBS=`CFLAGS= $GSSAPI_ROOT/bin/krb5-config --libs gssapi`
9       elif test "$GSSAPI_ROOT" != "yes"; then
10          GSSAPI_INCS="-I$GSSAPI_ROOT/include"
11          GSSAPI_LIBS="-lgssapi"
12 @@ -1131,7 +1131,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="$LIBS $gss_libs"
19       elif test "$GSSAPI_ROOT" != "yes"; then
20          LDFLAGS="$LDFLAGS -L$GSSAPI_ROOT/lib$libsuff"
This page took 0.142569 seconds and 3 git commands to generate.