rust/cargo-c: update to 0.10.9+cargo-0.85.0
[oi-userland.git] / components / sysutils / open-vm-tools / patches / 06-force-64-bit-build.patch
blob0197a3c1b88a19ce88e7b2260f0a285e8d3469f7
1 This type of bitness checking won't work on illumos.
3 --- open-vm-tools-stable-10.3.5/configure.ac 2018-12-01 18:14:18.549366150 +0000
4 +++ open-vm-tools-stable-10.3.5/configure.ac 2018-12-01 18:38:21.145283499 +0000
5 @@ -70,18 +70,7 @@ AC_CONFIG_MACRO_DIR([m4])
6 AC_CANONICAL_HOST
7 AC_CANONICAL_BUILD
9 -# Quote the regular expressions
10 -case "$host_cpu" in
11 - [i[3456]86])
12 - userSpaceBitness="32"
13 - ;;
14 - [amd64|x86_64])
15 - userSpaceBitness="64"
16 - ;;
17 - [*])
18 - AC_MSG_ERROR([Unknown architecture.])
19 - ;;
20 -esac
21 +userSpaceBitness="64"
23 # Operational arguments.
24 AC_ARG_WITH([root-privileges],