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 35C0E158020 for ; Sun, 25 Dec 2022 23:54:31 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 7AC34E099F; Sun, 25 Dec 2022 23:54:30 +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 628CDE099F for ; Sun, 25 Dec 2022 23:54:30 +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)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 7F0F934117D for ; Sun, 25 Dec 2022 23:54:29 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id F219875E for ; Sun, 25 Dec 2022 23:54:27 +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: <1672012249.6abf07eaaf5a78c29fb065ba3ba3bfbe3a0f8a7b.floppym@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-boot/syslinux/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-boot/syslinux/syslinux-6.04_pre1-r5.ebuild sys-boot/syslinux/syslinux-6.04_pre3-r1.ebuild X-VCS-Directories: sys-boot/syslinux/ X-VCS-Committer: floppym X-VCS-Committer-Name: Mike Gilbert X-VCS-Revision: 6abf07eaaf5a78c29fb065ba3ba3bfbe3a0f8a7b X-VCS-Branch: master Date: Sun, 25 Dec 2022 23:54:27 +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: c4b6a2be-9f21-472d-96fa-48d5c485f7c8 X-Archives-Hash: 5f7fab5fe512aa5b83f47e8b5ffeccf8 commit: 6abf07eaaf5a78c29fb065ba3ba3bfbe3a0f8a7b Author: Mike Gilbert gentoo org> AuthorDate: Sun Dec 25 23:50:20 2022 +0000 Commit: Mike Gilbert gentoo org> CommitDate: Sun Dec 25 23:50:49 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6abf07ea sys-boot/syslinux: unset CFLAGS Closes: https://bugs.gentoo.org/888466 Signed-off-by: Mike Gilbert gentoo.org> sys-boot/syslinux/syslinux-6.04_pre1-r5.ebuild | 2 +- sys-boot/syslinux/syslinux-6.04_pre3-r1.ebuild | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/sys-boot/syslinux/syslinux-6.04_pre1-r5.ebuild b/sys-boot/syslinux/syslinux-6.04_pre1-r5.ebuild index b363d64c3d32..df1dd06bfa03 100644 --- a/sys-boot/syslinux/syslinux-6.04_pre1-r5.ebuild +++ b/sys-boot/syslinux/syslinux-6.04_pre1-r5.ebuild @@ -52,7 +52,7 @@ src_compile() { local HEXDATE=$(printf '0x%08x' "${DATE}") tc-export AR CC LD OBJCOPY RANLIB - unset LDFLAGS + unset CFLAGS LDFLAGS if use bios; then emake bios DATE="${DATE}" HEXDATE="${HEXDATE}" diff --git a/sys-boot/syslinux/syslinux-6.04_pre3-r1.ebuild b/sys-boot/syslinux/syslinux-6.04_pre3-r1.ebuild index d1f4f1c97f13..a942b7d05b86 100644 --- a/sys-boot/syslinux/syslinux-6.04_pre3-r1.ebuild +++ b/sys-boot/syslinux/syslinux-6.04_pre3-r1.ebuild @@ -69,7 +69,7 @@ src_compile() { local HEXDATE=$(printf '0x%08x' "${DATE}") tc-export AR CC LD OBJCOPY RANLIB - unset LDFLAGS + unset CFLAGS LDFLAGS if use bios; then emake bios DATE="${DATE}" HEXDATE="${HEXDATE}"