]> git.pld-linux.org Git - packages/VirtualBox.git/blob - build-arch.patch
- rel 2 (libvpx 1.14)
[packages/VirtualBox.git] / build-arch.patch
1 --- VirtualBox-7.0.10/configure.orig    2023-09-07 02:11:31.000000000 +0200
2 +++ VirtualBox-7.0.10/configure 2023-09-07 02:20:09.875202421 +0200
3 @@ -381,7 +381,7 @@
4  check_environment()
5  {
6    test_header environment
7 -  BUILD_CPU=`uname -m`
8 +  BUILD_CPU=`rpm -E '%{_host_cpu}'`
9    [ "$OS" = "solaris" ] && BUILD_CPU=`isainfo | cut -f 1 -d ' '`
10    case "$BUILD_CPU" in
11      i[3456789]86|x86|i86pc|BePC)
This page took 0.027378 seconds and 3 git commands to generate.