dev-util/android-tools: disable shared libs

Closes: https://bugs.gentoo.org/979198
Signed-off-by: Zac Medico <zmedico@gentoo.org>
This commit is contained in:
Zac Medico
2026-07-13 13:14:14 -07:00
parent c9ecf88916
commit fe0ed79f9a

View File

@@ -1,4 +1,4 @@
# Copyright 1999-2025 Gentoo Authors
# Copyright 1999-2026 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
@@ -75,6 +75,7 @@ src_configure() {
local mycmakeargs=(
-DCMAKE_BUILD_TYPE=Release \
-DCMAKE_CXX_FLAGS="$CXXFLAGS" \
-DBUILD_SHARED_LIBS=OFF \
-DCMAKE_C_FLAGS="$CFLAGS"
)
cmake_src_configure