]> git.pld-linux.org Git - packages/curl.git/blob - curl-krb5flags.patch
- up to 7.21.3
[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 @@ -1202,7 +1202,7 @@
4          if test -f "$GSSAPI_ROOT/bin/krb5-config"; then
5             dnl krb5-config doesn't have --libs-only-L or similar, put everything
6             dnl into LIBS
7 -           gss_libs=`$GSSAPI_ROOT/bin/krb5-config --libs gssapi`
8 +           gss_libs=`CFLAGS= $GSSAPI_ROOT/bin/krb5-config --libs gssapi`
9             LIBS="$LIBS $gss_libs"
10          elif test "$GSSAPI_ROOT" != "yes"; then
11             LDFLAGS="$LDFLAGS -L$GSSAPI_ROOT/lib$libsuff"
This page took 0.080981 seconds and 3 git commands to generate.