1ddd3d0f9a
The update work still needs the review of the windows patches as the original sources have significantly been changed. Change-Id: I80e493771f86f0dd87762b63c0c5ee3577fca388
13 lines
439 B
Diff
13 lines
439 B
Diff
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
|
|
+ if [ "$IBM_REV" == "V7BETA" ]; then
|
|
+ IBM_REV=${UNAME_VERSION}.${UNAME_RELEASE}
|
|
+ fi
|
|
echo ${IBM_ARCH}-ibm-aix${IBM_REV}
|
|
exit ;;
|
|
*:AIX:*:*)
|