diff options
-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 |