From: "Thomas Beierlein" <tomjbe@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: net-libs/libiio/
Date: Sun, 21 Aug 2022 11:20:59 +0000 (UTC) [thread overview]
Message-ID: <1661080832.8ded12e731df8d371bf03339f1b919ab9e44c19f.tomjbe@gentoo> (raw)
commit: 8ded12e731df8d371bf03339f1b919ab9e44c19f
Author: Thomas Beierlein <tomjbe <AT> gentoo <DOT> org>
AuthorDate: Sun Aug 21 11:16:02 2022 +0000
Commit: Thomas Beierlein <tomjbe <AT> gentoo <DOT> org>
CommitDate: Sun Aug 21 11:20:32 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8ded12e7
net-libs/libiio: Respect use flag settings
Closes: https://bugs.gentoo.org/865881
Signed-off-by: Thomas Beierlein <tomjbe <AT> gentoo.org>
net-libs/libiio/libiio-0.24.ebuild | 8 ++++++++
1 file changed, 8 insertions(+)
diff --git a/net-libs/libiio/libiio-0.24.ebuild b/net-libs/libiio/libiio-0.24.ebuild
index 8c0f8320c620..e093b43aa586 100644
--- a/net-libs/libiio/libiio-0.24.ebuild
+++ b/net-libs/libiio/libiio-0.24.ebuild
@@ -25,6 +25,14 @@ RDEPEND="dev-libs/libxml2:=
zeroconf? ( net-dns/avahi )"
DEPEND="${RDEPEND}"
+src_configure() {
+ local mycmakeargs=(
+ -DHAVE_DNS_SD="$(usex zeroconf)"
+ -DWITH_AIO="$(usex aio)"
+ )
+ cmake_src_configure
+}
+
pkg_postinst() {
udev_reload
}
next reply other threads:[~2022-08-21 11:21 UTC|newest]
Thread overview: 16+ messages / expand[flat|nested] mbox.gz Atom feed top
2022-08-21 11:20 Thomas Beierlein [this message]
-- strict thread matches above, loose matches on Subject: below --
2024-05-18 8:18 [gentoo-commits] repo/gentoo:master commit in: net-libs/libiio/ Arthur Zamarin
2023-08-24 1:29 Rick Farina
2023-08-24 1:29 Rick Farina
2023-08-21 1:55 Rick Farina
2023-08-21 1:55 Rick Farina
2023-02-01 19:27 Andreas Sturmlechner
2022-09-27 11:13 Thomas Beierlein
2022-08-19 5:36 Thomas Beierlein
2022-08-19 5:34 Thomas Beierlein
2022-07-13 6:15 Sam James
2022-04-30 19:09 Marek Szuba
2021-02-25 17:49 Rick Farina
2021-02-25 17:49 Rick Farina
2019-04-11 15:48 Pacho Ramos
2018-09-04 20:54 Richard Farina
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=1661080832.8ded12e731df8d371bf03339f1b919ab9e44c19f.tomjbe@gentoo \
--to=tomjbe@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