From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 51D8A15806E for ; Tue, 16 May 2023 02:18:27 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 417A6E08A4; Tue, 16 May 2023 02:18:26 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 24987E08A2 for ; Tue, 16 May 2023 02:18:26 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 08D9C340C58 for ; Tue, 16 May 2023 02:18:25 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 2BC49A68 for ; Tue, 16 May 2023 02:18:23 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1684202311.c54f2a353beef188f413688a7bbeffa489786e51.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-misc/lldpd/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-misc/lldpd/lldpd-1.0.16-r2.ebuild X-VCS-Directories: net-misc/lldpd/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: c54f2a353beef188f413688a7bbeffa489786e51 X-VCS-Branch: master Date: Tue, 16 May 2023 02:18:23 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 4a777458-f2c5-4c52-9bb7-40e0a9ce5ffa X-Archives-Hash: b094621914e8b899844efbd4d3a6c2f9 commit: c54f2a353beef188f413688a7bbeffa489786e51 Author: Sam James gentoo org> AuthorDate: Tue May 16 01:58:31 2023 +0000 Commit: Sam James gentoo org> CommitDate: Tue May 16 01:58:31 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c54f2a35 net-misc/lldpd: add Valgrind annotation support Signed-off-by: Sam James gentoo.org> net-misc/lldpd/lldpd-1.0.16-r2.ebuild | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/net-misc/lldpd/lldpd-1.0.16-r2.ebuild b/net-misc/lldpd/lldpd-1.0.16-r2.ebuild index 52edf114f8db..76245a3ea31e 100644 --- a/net-misc/lldpd/lldpd-1.0.16-r2.ebuild +++ b/net-misc/lldpd/lldpd-1.0.16-r2.ebuild @@ -13,7 +13,7 @@ LICENSE="ISC" SLOT="0/4.9.1" KEYWORDS="~amd64 ~x86" IUSE="cdp doc +dot1 +dot3 edp fdp graph +lldpmed old-kernel sanitizers - seccomp sonmp snmp static-libs test readline xml" + seccomp sonmp snmp static-libs test readline valgrind xml" RESTRICT="!test? ( test )" RDEPEND=" @@ -28,6 +28,7 @@ RDEPEND=" " DEPEND="${RDEPEND} test? ( dev-libs/check ) + valgrind? ( dev-util/valgrind ) " BDEPEND="virtual/pkgconfig doc? ( @@ -55,6 +56,8 @@ src_prepare() { } src_configure() { + export ac_cv_header_valgrind_valgrind_h=$(usex valgrind) + econf \ --without-embedded-libevent \ --with-privsep-user=${PN} \