]> git.pld-linux.org Git - packages/curl.git/blobdiff - curl-krb5flags.patch
- updated to 7.42.1
[packages/curl.git] / curl-krb5flags.patch
index 07e03a619c524c81e271e04a62159df725360615..40bf3e3ad64689bb5b022d870804f6bd6dbc0325 100644 (file)
@@ -1,20 +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
-@@ -1053,7 +1053,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_LIBS=`$GSSAPI_ROOT/bin/krb5-config --libs gssapi`
-+        GSSAPI_LIBS=`CFLAGS= $GSSAPI_ROOT/bin/krb5-config --libs gssapi`
+--- curl-7.37.1/configure.ac.orig      2014-07-19 10:27:07.972697344 +0200
++++ curl-7.37.1/configure.ac   2014-07-19 10:28:38.279360218 +0200
+@@ -1195,7 +1195,7 @@
+      if test -n "$host_alias" -a -f "$GSSAPI_ROOT/bin/$host_alias-krb5-config"; then
+         GSSAPI_INCS=`$GSSAPI_ROOT/bin/$host_alias-krb5-config --cflags gssapi`
+      elif 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 -f "$KRB5CONFIG"; then
+         GSSAPI_INCS=`$KRB5CONFIG --cflags gssapi`
       elif test "$GSSAPI_ROOT" != "yes"; then
-         GSSAPI_INCS="-I$GSSAPI_ROOT/include"
-         GSSAPI_LIBS="-lgssapi"
-@@ -1131,7 +1131,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"
-      elif test "$GSSAPI_ROOT" != "yes"; then
-         LDFLAGS="$LDFLAGS -L$GSSAPI_ROOT/lib$libsuff"
+@@ -1285,7 +1285,7 @@
+         elif test -f "$KRB5CONFIG"; then
+            dnl krb5-config doesn't have --libs-only-L or similar, put everything
+            dnl into LIBS
+-           gss_libs=`$KRB5CONFIG --libs gssapi`
++           gss_libs=`CFLAGS= $KRB5CONFIG --libs gssapi`
+            LIBS="$gss_libs $LIBS"
+         else
+            case $host in
This page took 0.165846 seconds and 4 git commands to generate.