mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-17 19:13:13 -04:00
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:
@@ -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)
|
||||
)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user