dev-libs/open62541: Fix tests and encryption support

There are two problems:

 * Tests need valgrind
 * Typo for enabling/disabling encryption

Fix it.

Package-Manager: Portage-2.3.89, Repoman-2.3.20
Signed-off-by: Kurt Kanzenbach <kurt@kmk-computers.de>
This commit is contained in:
Kurt Kanzenbach
2020-04-04 14:05:25 +02:00
parent a4bf2eca95
commit c8f1975748

View File

@@ -31,6 +31,7 @@ BDEPEND="
)
test? (
dev-libs/check
dev-util/valgrind
$(python_gen_cond_dep '
dev-python/subunit[${PYTHON_MULTI_USEDEP}]
')
@@ -53,7 +54,7 @@ src_configure() {
-DUA_BUILD_EXAMPLES=OFF
-DUA_BUILD_TOOLS=$(usex tools)
-DUA_BUILD_UNIT_TESTS=$(usex test)
-UUA_ENABLE_ENCRYPTION=$(usex mbedtls)
-DUA_ENABLE_ENCRYPTION=$(usex mbedtls)
-DUA_ENABLE_PUBSUB=$(usex pubsub)
)