From 6473af1eab5d545cfa28d32d3be2e8f589ff272b Mon Sep 17 00:00:00 2001 From: Arthur Zamarin Date: Tue, 23 Apr 2024 13:14:46 +0300 Subject: net-analyzer/odhcploc: fix compile on musl Closes: https://bugs.gentoo.org/831783 Signed-off-by: Arthur Zamarin --- net-analyzer/odhcploc/odhcploc-20111021-r2.ebuild | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'net-analyzer/odhcploc') diff --git a/net-analyzer/odhcploc/odhcploc-20111021-r2.ebuild b/net-analyzer/odhcploc/odhcploc-20111021-r2.ebuild index 959b386e9a07..2b6ac9ea2117 100644 --- a/net-analyzer/odhcploc/odhcploc-20111021-r2.ebuild +++ b/net-analyzer/odhcploc/odhcploc-20111021-r2.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 @@ -13,6 +13,10 @@ LICENSE="ISC" SLOT="0" KEYWORDS="~amd64" +DEPEND=" + elibc_musl? ( sys-libs/queue-standalone ) +" + src_configure() { # Don't clobber toolchain defaults sed -i -e 's:-Wp,-D_FORTIFY_SOURCE=2::' Makefile || die -- cgit v1.2.3-65-gdbad