summaryrefslogtreecommitdiff
path: root/curl/curl-aix.patch
diff options
context:
space:
mode:
authorCédric Bosdonnat <cedric.bosdonnat@free.fr>2012-07-02 14:24:41 +0200
committerCédric Bosdonnat <cedric.bosdonnat@free.fr>2012-07-02 14:28:29 +0200
commit1ddd3d0f9a30959e47a745c2b2a5d051b2ce0784 (patch)
tree865a5f33a6f48804a58142a9cd56019b8be7b458 /curl/curl-aix.patch
parent06a2859dba3418d36e76b054303025efbcabc1c2 (diff)
curl: updated to 7.26.0 to have NTLM auth working with NSS
The update work still needs the review of the windows patches as the original sources have significantly been changed. Change-Id: I80e493771f86f0dd87762b63c0c5ee3577fca388
Diffstat (limited to 'curl/curl-aix.patch')
-rw-r--r--curl/curl-aix.patch16
1 files changed, 4 insertions, 12 deletions
diff --git a/curl/curl-aix.patch b/curl/curl-aix.patch
index 1ee1999c1a46..708411ccf1ef 100644
--- a/curl/curl-aix.patch
+++ b/curl/curl-aix.patch
@@ -1,15 +1,7 @@
---- misc/curl-7.19.7/config.guess 2010-09-15 14:29:17.000000000 -0500
-+++ misc/build/curl-7.19.7/config.guess 2010-09-15 14:32:41.000000000 -0500
-@@ -548,7 +548,7 @@
- echo rs6000-ibm-aix3.2
- fi
- exit ;;
-- *:AIX:*:[456])
-+ *:AIX:*:[4567])
- IBM_CPU_ID=`/usr/sbin/lsdev -C -c processor -S available | sed 1q | awk '{ print $1 }'`
- if /usr/sbin/lsattr -El ${IBM_CPU_ID} | grep ' POWER' >/dev/null 2>&1; then
- IBM_ARCH=rs6000
-@@ -560,6 +560,9 @@
+diff -ur curl-7.26.0/config.guess misc/build/curl-7.26.0/config.guess
+--- curl-7.26.0/config.guess 2012-07-02 13:46:52.428053096 +0200
++++ misc/build/curl-7.26.0/config.guess 2012-07-02 13:48:13.644057499 +0200
+@@ -565,6 +565,9 @@
else
IBM_REV=${UNAME_VERSION}.${UNAME_RELEASE}
fi