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.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 5EFCE138359 for ; Thu, 12 Nov 2020 21:54:54 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 39C7CE092A; Thu, 12 Nov 2020 21:54:53 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 20AC8E092A for ; Thu, 12 Nov 2020 21:54:53 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 18B5B340FCB for ; Thu, 12 Nov 2020 21:54:52 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 291EF456 for ; Thu, 12 Nov 2020 21:54:49 +0000 (UTC) From: "Mike Gilbert" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Mike Gilbert" Message-ID: <1605218075.39c4810d09793ce03a696a381b3d3d74c0c0f1d2.floppym@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/oniguruma/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-libs/oniguruma/oniguruma-6.9.6-r1.ebuild X-VCS-Directories: dev-libs/oniguruma/ X-VCS-Committer: floppym X-VCS-Committer-Name: Mike Gilbert X-VCS-Revision: 39c4810d09793ce03a696a381b3d3d74c0c0f1d2 X-VCS-Branch: master Date: Thu, 12 Nov 2020 21:54:49 +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: ef0b6033-45cb-4a3f-9b33-1f403ca14b1f X-Archives-Hash: b91568db23fa6b47028942e3f8286997 commit: 39c4810d09793ce03a696a381b3d3d74c0c0f1d2 Author: Arfrever Frehtes Taifersar Arahesis Apache Org> AuthorDate: Thu Nov 12 08:00:00 2020 +0000 Commit: Mike Gilbert gentoo org> CommitDate: Thu Nov 12 21:54:35 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=39c4810d dev-libs/oniguruma: Fix building with linker LLD. Closes: https://bugs.gentoo.org/737194 Signed-off-by: Arfrever Frehtes Taifersar Arahesis Apache.Org> Signed-off-by: Mike Gilbert gentoo.org> dev-libs/oniguruma/oniguruma-6.9.6-r1.ebuild | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/dev-libs/oniguruma/oniguruma-6.9.6-r1.ebuild b/dev-libs/oniguruma/oniguruma-6.9.6-r1.ebuild index 52a40b3d158..e0a1c8d371c 100644 --- a/dev-libs/oniguruma/oniguruma-6.9.6-r1.ebuild +++ b/dev-libs/oniguruma/oniguruma-6.9.6-r1.ebuild @@ -31,6 +31,10 @@ fi DOCS=(AUTHORS HISTORY README{,_japanese} doc/{API,CALLOUTS.API,CALLOUTS.BUILTIN,FAQ,RE}{,.ja} doc/{SYNTAX.md,UNICODE_PROPERTIES}) src_prepare() { + # https://github.com/kkos/oniguruma/issues/223 + # https://github.com/kkos/oniguruma/commit/d177786282a618c76cdf2e993e3d0d9a684e9666 + sed -e "/^AM_LDFLAGS[[:space:]]*=/s:-L\$(prefix)/lib:-L\$(libdir):" -i {sample,test}/Makefile.{am,in} || die + default if [[ "${PV}" == "9999" ]]; then