mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-21 13:03:31 -04:00
dev-libs/open62541: Fix issues
This fixes two problems: * Build fix when ETF is enabled * Install XDP and ETF plugin header Package-Manager: Portage-2.3.99, Repoman-2.3.23 Signed-off-by: Kurt Kanzenbach <kurt@kmk-computers.de>
This commit is contained in:
@@ -51,7 +51,11 @@ RDEPEND="
|
||||
${DEPEND}
|
||||
"
|
||||
|
||||
PATCHES=( "${FILESDIR}/${P}-tests.patch" )
|
||||
PATCHES=(
|
||||
"${FILESDIR}/${P}-etf.patch"
|
||||
"${FILESDIR}/${P}-headers.patch"
|
||||
"${FILESDIR}/${P}-tests.patch"
|
||||
)
|
||||
|
||||
src_configure() {
|
||||
local mycmakeargs=(
|
||||
@@ -64,6 +68,7 @@ src_configure() {
|
||||
-DUA_ENABLE_ENCRYPTION_MBEDTLS=$(usex mbedtls)
|
||||
-DUA_ENABLE_ENCRYPTION_OPENSSL=$(usex openssl)
|
||||
-DUA_ENABLE_PUBSUB=$(usex pubsub)
|
||||
-DUA_ENABLE_PUBSUB_ETH_UADP=$(usex pubsub)
|
||||
-DUA_ENABLE_PUBSUB_ETH_UADP_ETF=$(usex etf)
|
||||
-DUA_ENABLE_PUBSUB_ETH_UADP_XDP=$(usex xdp)
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user