diff options
author | Arthur Zamarin <arthurzam@gentoo.org> | 2024-04-23 13:14:46 +0300 |
---|---|---|
committer | Arthur Zamarin <arthurzam@gentoo.org> | 2024-04-23 13:14:46 +0300 |
commit | 6473af1eab5d545cfa28d32d3be2e8f589ff272b (patch) | |
tree | d467e34fcfcfd3982f0e495690ad6415bc118ae8 /net-analyzer/odhcploc | |
parent | net-analyzer/odhcploc: drop 20111021-r1 (diff) | |
download | gentoo-6473af1eab5d545cfa28d32d3be2e8f589ff272b.tar.gz gentoo-6473af1eab5d545cfa28d32d3be2e8f589ff272b.tar.bz2 gentoo-6473af1eab5d545cfa28d32d3be2e8f589ff272b.zip |
net-analyzer/odhcploc: fix compile on musl
Closes: https://bugs.gentoo.org/831783
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
Diffstat (limited to 'net-analyzer/odhcploc')
-rw-r--r-- | net-analyzer/odhcploc/odhcploc-20111021-r2.ebuild | 6 |
1 files changed, 5 insertions, 1 deletions
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 |