dont attach, start own instance as otherwise it might be blocked via/proc/sys/kernel...
[LibreOffice.git] / libxslt / libxslt-aix.patch
blobfe38f7bb7e73bf5a6d9109d1bc711f25362f68b3
1 --- misc/libxslt-1.1.26/config.guess 2010-09-16 02:40:03.000000000 -0500
2 +++ misc/build/libxslt-1.1.26/config.guess 2010-09-16 02:41:43.000000000 -0500
3 @@ -532,7 +532,7 @@
4 echo rs6000-ibm-aix3.2
5 fi
6 exit ;;
7 - *:AIX:*:[45])
8 + *:AIX:*:[4567])
9 IBM_CPU_ID=`/usr/sbin/lsdev -C -c processor -S available | sed 1q | awk '{ print $1 }'`
10 if /usr/sbin/lsattr -El ${IBM_CPU_ID} | grep ' POWER' >/dev/null 2>&1; then
11 IBM_ARCH=rs6000
12 @@ -544,6 +544,9 @@
13 else
14 IBM_REV=${UNAME_VERSION}.${UNAME_RELEASE}
16 + if [ "$IBM_REV" == "V7BETA" ]; then
17 + IBM_REV=${UNAME_VERSION}.${UNAME_RELEASE}
18 + fi
19 echo ${IBM_ARCH}-ibm-aix${IBM_REV}
20 exit ;;
21 *:AIX:*:*)