From: "Conrad Kostecki" <conikost@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: net-dns/inadyn/
Date: Tue, 2 Jan 2024 18:40:36 +0000 (UTC) [thread overview]
Message-ID: <1704220783.0c1b1c9db0083b352b86255e9a90acda44cdd8a1.conikost@gentoo> (raw)
commit: 0c1b1c9db0083b352b86255e9a90acda44cdd8a1
Author: Conrad Kostecki <conikost <AT> gentoo <DOT> org>
AuthorDate: Tue Jan 2 18:39:43 2024 +0000
Commit: Conrad Kostecki <conikost <AT> gentoo <DOT> org>
CommitDate: Tue Jan 2 18:39:43 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0c1b1c9d
net-dns/inadyn: fix mbedtls support
Closes: https://bugs.gentoo.org/910687
Signed-off-by: Conrad Kostecki <conikost <AT> gentoo.org>
net-dns/inadyn/inadyn-2.12.0.ebuild | 10 ++++++++--
1 file changed, 8 insertions(+), 2 deletions(-)
diff --git a/net-dns/inadyn/inadyn-2.12.0.ebuild b/net-dns/inadyn/inadyn-2.12.0.ebuild
index 87a2471dbf87..14ccc44e5337 100644
--- a/net-dns/inadyn/inadyn-2.12.0.ebuild
+++ b/net-dns/inadyn/inadyn-2.12.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2023 Gentoo Authors
+# Copyright 1999-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
@@ -35,7 +35,13 @@ src_configure() {
local myeconfargs=( "--enable-ssl" )
fi
- use mbedtls && myeconfargs+=( "--enable-mbedtls" )
+ if use mbedtls; then
+ myeconfargs+=( "--enable-mbedtls" )
+
+ # MbedTLS has no support for pkg-config
+ myeconfargs+=( MbedTLS_CFLAGS="-I/usr/include/mbedtls" )
+ myeconfargs+=( MbedTLS_LIBS="-lmbedtls" )
+ fi
use openssl && myeconfargs+=( "--enable-openssl" )
myeconfargs+=( --with-systemd="$(systemd_get_systemunitdir)" )
next reply other threads:[~2024-01-02 18:40 UTC|newest]
Thread overview: 14+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-01-02 18:40 Conrad Kostecki [this message]
-- strict thread matches above, loose matches on Subject: below --
2025-01-07 19:54 [gentoo-commits] repo/gentoo:master commit in: net-dns/inadyn/ Sam James
2024-06-22 20:01 Conrad Kostecki
2024-04-08 7:04 Sam James
2024-01-02 18:40 Conrad Kostecki
2023-12-14 4:15 Sam James
2023-12-06 17:57 Ionen Wolkens
2023-09-19 18:02 Conrad Kostecki
2023-07-16 19:11 Arthur Zamarin
2023-07-07 19:15 Arthur Zamarin
2023-07-07 8:11 Jakov Smolić
2023-07-06 17:49 Sam James
2023-07-06 17:49 Sam James
2023-07-06 17:15 Sam James
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1704220783.0c1b1c9db0083b352b86255e9a90acda44cdd8a1.conikost@gentoo \
--to=conikost@gentoo.org \
--cc=gentoo-commits@lists.gentoo.org \
--cc=gentoo-dev@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox