From 2a48d347910fca2b15a532e4568cfda3287c7a01 Mon Sep 17 00:00:00 2001 From: Sam James Date: Sun, 28 Jan 2024 09:03:26 +0000 Subject: net-dns/libidn2: drop obsolete LLD 17 workaround Upstream commit ecdf25135d20a71ccf274b255f374611cd074bb5. Signed-off-by: Sam James --- net-dns/libidn2/libidn2-2.3.7.ebuild | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'net-dns/libidn2') diff --git a/net-dns/libidn2/libidn2-2.3.7.ebuild b/net-dns/libidn2/libidn2-2.3.7.ebuild index 436d7026ba71..b6e55750538d 100644 --- a/net-dns/libidn2/libidn2-2.3.7.ebuild +++ b/net-dns/libidn2/libidn2-2.3.7.ebuild @@ -3,7 +3,7 @@ EAPI=8 -inherit flag-o-matic multilib-minimal toolchain-funcs verify-sig +inherit multilib-minimal toolchain-funcs verify-sig DESCRIPTION="An implementation of the IDNA2008 specifications (RFCs 5890, 5891, 5892, 5893)" HOMEPAGE=" @@ -36,8 +36,6 @@ BDEPEND=" VERIFY_SIG_OPENPGP_KEY_PATH=/usr/share/openpgp-keys/libidn.asc multilib_src_configure() { - append-ldflags $(test-flags-CCLD -Wl,--undefined-version) - local myconf=( CC_FOR_BUILD="$(tc-getBUILD_CC)" $(use_enable static-libs static) -- cgit v1.2.3-65-gdbad