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 A8E9D158020 for ; Fri, 28 Oct 2022 02:02:51 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 90806E07A5; Fri, 28 Oct 2022 02:02:50 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (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 78580E07A5 for ; Fri, 28 Oct 2022 02:02:50 +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 32D79340FA5 for ; Fri, 28 Oct 2022 02:02:49 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 7D053615 for ; Fri, 28 Oct 2022 02:02:47 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1666922262.51ce26ce6dd264cab35669505333ce7bea95b545.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-devel/flex/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-devel/flex/flex-2.6.4-r4.ebuild X-VCS-Directories: sys-devel/flex/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 51ce26ce6dd264cab35669505333ce7bea95b545 X-VCS-Branch: master Date: Fri, 28 Oct 2022 02:02:47 +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: 99d7451c-3d52-43f7-8419-367d7458a38a X-Archives-Hash: 3049c0c3556a3a24b70393149931ac05 commit: 51ce26ce6dd264cab35669505333ce7bea95b545 Author: Sam James gentoo org> AuthorDate: Fri Oct 28 01:57:42 2022 +0000 Commit: Sam James gentoo org> CommitDate: Fri Oct 28 01:57:42 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=51ce26ce sys-devel/flex: drop obsolete cross malloc workaround We set the right bits in crossdev for musl targets now and, in theory, while unlikely, it is possible that some cross targets don't have the right behaviour anyway (not that i'm aware of any in use). Bug: https://bugs.gentoo.org/705800 Signed-off-by: Sam James gentoo.org> sys-devel/flex/flex-2.6.4-r4.ebuild | 9 --------- 1 file changed, 9 deletions(-) diff --git a/sys-devel/flex/flex-2.6.4-r4.ebuild b/sys-devel/flex/flex-2.6.4-r4.ebuild index 0fb0e60d9372..14ad4c2ba6b1 100644 --- a/sys-devel/flex/flex-2.6.4-r4.ebuild +++ b/sys-devel/flex/flex-2.6.4-r4.ebuild @@ -56,15 +56,6 @@ src_configure() { } multilib_src_configure() { - if tc-is-cross-compiler ; then - # Similar to workaround for procps: - # - bug #705800 - # - https://sourceforge.net/p/psmisc/bugs/71/ - # - https://lists.gnu.org/archive/html/autoconf/2011-04/msg00019.html - export ac_cv_func_malloc_0_nonnull=yes \ - ac_cv_func_realloc_0_nonnull=yes - fi - # Do not install shared libs, #503522 ECONF_SOURCE="${S}" econf \ CC_FOR_BUILD="$(tc-getBUILD_CC)" \