aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'dev-libs/open62541/open62541-1.0.1.ebuild')
-rw-r--r--dev-libs/open62541/open62541-1.0.1.ebuild3
1 files changed, 2 insertions, 1 deletions
diff --git a/dev-libs/open62541/open62541-1.0.1.ebuild b/dev-libs/open62541/open62541-1.0.1.ebuild
index d11f16a42..d461b631a 100644
--- a/dev-libs/open62541/open62541-1.0.1.ebuild
+++ b/dev-libs/open62541/open62541-1.0.1.ebuild
@@ -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)
)