mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2025-12-21 21:17:37 -08:00
dev-cpp/aws-crt-cpp: 0.35.2
Fix tests. Closes: https://bugs.gentoo.org/966324 Signed-off-by: Jaco Kroon <jkroon@gentoo.org>
This commit is contained in:
parent
39a645a3ea
commit
e526750e43
@ -12,6 +12,9 @@ inherit cmake
|
|||||||
LICENSE="Apache-2.0"
|
LICENSE="Apache-2.0"
|
||||||
SLOT="0"
|
SLOT="0"
|
||||||
KEYWORDS="~amd64"
|
KEYWORDS="~amd64"
|
||||||
|
IUSE="test"
|
||||||
|
|
||||||
|
RESTRICT="!test? ( test )"
|
||||||
|
|
||||||
DEPEND="
|
DEPEND="
|
||||||
dev-libs/aws-c-auth:=
|
dev-libs/aws-c-auth:=
|
||||||
@ -31,6 +34,11 @@ src_configure()
|
|||||||
{
|
{
|
||||||
local mycmakeargs=(
|
local mycmakeargs=(
|
||||||
-DBUILD_DEPS=OFF # disable embedded 3rd-party repositories.
|
-DBUILD_DEPS=OFF # disable embedded 3rd-party repositories.
|
||||||
|
-DBUILD_TESTING=$(usex test)
|
||||||
|
)
|
||||||
|
|
||||||
|
use test && mycmakeargs+=(
|
||||||
|
-DENABLE_NET_TESTS=OFF # Network Sandbox cause these to fail.
|
||||||
)
|
)
|
||||||
|
|
||||||
cmake_src_configure
|
cmake_src_configure
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user