mirror of
git://code.qt.io/qt/qt5.git
synced 2026-05-08 12:07:55 +08:00
On Ubuntu hosts we are installing patchelf from apt, which delivers the newest version. As of writing that version is v0.18.0. This version specifically has issues with patching Android ARM binaries, which we do during FFmpeg provisioning. Using this version of patchelf blocks the option of using Ubuntu hosts for Android ARM builds. This patch makes us build v0.17.2 from source, which is what we do on other UNIX hosts. Pick-to: 6.11 Change-Id: I23d2114d2a7757ab0ce50cba7d207bc7813d64fb Reviewed-by: Assam Boudjelthia <assam.boudjelthia@qt.io> Reviewed-by: Dimitrios Apostolou <jimis@qt.io> Reviewed-by: Artem Dyomin <artem.dyomin@qt.io>
6 lines
225 B
Bash
Executable File
6 lines
225 B
Bash
Executable File
#!/usr/bin/env bash
|
|
# Copyright (C) 2026 The Qt Company Ltd.
|
|
# SPDX-License-Identifier: LicenseRef-Qt-Commercial OR LGPL-3.0-only OR GPL-2.0-only OR GPL-3.0-only
|
|
|
|
source "${BASH_SOURCE%/*}/../common/unix/install-patchelf.sh"
|