1
0
forked from pool/android-tools

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
This commit is contained in:
Paolo Panto 2024-08-29 19:11:33 +00:00 committed by Git OBS Bridge
parent 4f70e50c83
commit 2fdbb0374a
2 changed files with 8 additions and 0 deletions

View File

@ -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

View File

@ -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