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