]> git.pld-linux.org Git - packages/curl.git/blobdiff - curl-krb5flags.patch
- updated to 7.29.0 (fixes CVE-2013-0249)
[packages/curl.git] / curl-krb5flags.patch
index 8ad77586189f976af9abd044aca7f017f0d42e4b..0d3afd625060333a1652108d844c47b4c49ec555 100644 (file)
@@ -1,11 +1,20 @@
---- curl-7.19.2/configure.ac.orig      2008-11-10 16:22:59.000000000 +0100
-+++ curl-7.19.2/configure.ac   2008-12-27 09:02:47.678512154 +0100
-@@ -1202,7 +1202,7 @@
+--- curl-7.29.0/configure.ac.orig      2013-02-15 15:38:22.912332897 +0100
++++ curl-7.29.0/configure.ac   2013-02-15 15:47:10.498977423 +0100
+@@ -1336,7 +1336,7 @@
+   if test -z "$GSSAPI_INCS"; then
+      if test -f "$GSSAPI_ROOT/bin/krb5-config"; then
+-        GSSAPI_INCS=`$GSSAPI_ROOT/bin/krb5-config --cflags gssapi`
++        GSSAPI_INCS=`CFLAGS= $GSSAPI_ROOT/bin/krb5-config --cflags gssapi`
+      elif test "$GSSAPI_ROOT" != "yes"; then
+         GSSAPI_INCS="-I$GSSAPI_ROOT/include"
+      fi
+@@ -1424,7 +1424,7 @@
          if test -f "$GSSAPI_ROOT/bin/krb5-config"; then
             dnl krb5-config doesn't have --libs-only-L or similar, put everything
             dnl into LIBS
 -           gss_libs=`$GSSAPI_ROOT/bin/krb5-config --libs gssapi`
 +           gss_libs=`CFLAGS= $GSSAPI_ROOT/bin/krb5-config --libs gssapi`
-            LIBS="$LIBS $gss_libs"
+            LIBS="$gss_libs $LIBS"
          elif test "$GSSAPI_ROOT" != "yes"; then
             LDFLAGS="$LDFLAGS -L$GSSAPI_ROOT/lib$libsuff"
This page took 0.031773 seconds and 4 git commands to generate.