From 2fdbb0374af640bbe159738d62bc1bff6bc9567a1fafc18e0288c57fac84b9b5 Mon Sep 17 00:00:00 2001 From: Paolo Panto Date: Thu, 29 Aug 2024 19:11:33 +0000 Subject: [PATCH] Accepting request 1197523 from home:munix9:branches:hardware - Fix build on i586. OBS-URL: https://build.opensuse.org/request/show/1197523 OBS-URL: https://build.opensuse.org/package/show/hardware/android-tools?expand=0&rev=69 --- android-tools.changes | 5 +++++ android-tools.spec | 3 +++ 2 files changed, 8 insertions(+) diff --git a/android-tools.changes b/android-tools.changes index 718547c..3a33e48 100644 --- a/android-tools.changes +++ b/android-tools.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Thu Aug 29 19:00:08 UTC 2024 - munix9@googlemail.com + +- Fix build on i586. + ------------------------------------------------------------------- Thu Aug 29 18:03:03 UTC 2024 - munix9@googlemail.com diff --git a/android-tools.spec b/android-tools.spec index 562ddbe..b5cebdb 100644 --- a/android-tools.spec +++ b/android-tools.spec @@ -128,6 +128,9 @@ CMAKE_CXX_COMPILER=clang++ %if %{defined use_bundled_libusb} -DANDROID_TOOLS_USE_BUNDLED_LIBUSB=ON \ -DANDROID_TOOLS_LIBUSB_ENABLE_UDEV=ON \ +%endif +%ifarch %{ix86} + -DOPENSSL_NO_ASM=ON \ %endif -DBUILD_SHARED_LIBS=OFF