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.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 5F037158015 for ; Sat, 16 Dec 2023 20:14:05 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 9D32F2BC026; Sat, 16 Dec 2023 20:14:04 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 2295E2BC026 for ; Sat, 16 Dec 2023 20:14:04 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 128B0335D77 for ; Sat, 16 Dec 2023 20:14:03 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 4A096F4C for ; Sat, 16 Dec 2023 20:14:01 +0000 (UTC) From: "Andreas K. Hüttel" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andreas K. Hüttel" Message-ID: <1702757630.e220ce0a8abecc5b2fe80780d933ce0fc5ff48ee.dilfridge@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-lang/perl/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-lang/perl/perl-5.38.2-r1.ebuild X-VCS-Directories: dev-lang/perl/ X-VCS-Committer: dilfridge X-VCS-Committer-Name: Andreas K. Hüttel X-VCS-Revision: e220ce0a8abecc5b2fe80780d933ce0fc5ff48ee X-VCS-Branch: master Date: Sat, 16 Dec 2023 20:14:01 +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: c19b4bfa-544c-4073-83ab-bee4bd34a7cc X-Archives-Hash: 3815408d5d7bb2ba21ddf96a8f37c22b commit: e220ce0a8abecc5b2fe80780d933ce0fc5ff48ee Author: Andreas K. Hüttel gentoo org> AuthorDate: Sat Dec 16 20:13:22 2023 +0000 Commit: Andreas K. Hüttel gentoo org> CommitDate: Sat Dec 16 20:13:50 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e220ce0a dev-lang/perl: Add hack to make Perl build on m68k 23.0 profiles Signed-off-by: Andreas K. Hüttel gentoo.org> dev-lang/perl/perl-5.38.2-r1.ebuild | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/dev-lang/perl/perl-5.38.2-r1.ebuild b/dev-lang/perl/perl-5.38.2-r1.ebuild index 06095f911631..7f8fd41cd3e8 100644 --- a/dev-lang/perl/perl-5.38.2-r1.ebuild +++ b/dev-lang/perl/perl-5.38.2-r1.ebuild @@ -538,6 +538,10 @@ src_configure() { use sparc && myconf -Ud_longdbl + # This urgently needs debugging - on m68k, miniperl crashes during + # build otherwise.. + use m68k && append-ldflags -Wl,-z,norelro + export BUILD_BZIP2=0 export BZIP2_INCLUDE=${EROOT}/usr/include export BZIP2_LIB=${EROOT}/usr/$(get_libdir)