mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-08-05 12:38:09 -07:00
sys-apps/sed: regenerate autoconf to get a Modern C fix in
There are also some suppressions that are going to be added to portage itself for gnulib checks that are *expected* to fail. Backported to sys-apps/portage. [sam: Revbump.] Closes: https://bugs.gentoo.org/900382 Signed-off-by: Eli Schwartz <eschwartz93@gmail.com> Signed-off-by: Sam James <sam@gentoo.org>
This commit is contained in:
@@ -1,10 +1,10 @@
|
||||
# Copyright 1999-2023 Gentoo Authors
|
||||
# Copyright 1999-2024 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=8
|
||||
|
||||
VERIFY_SIG_OPENPGP_KEY_PATH=/usr/share/openpgp-keys/sed.asc
|
||||
inherit flag-o-matic verify-sig
|
||||
inherit autotools flag-o-matic verify-sig
|
||||
|
||||
DESCRIPTION="Super-useful stream editor"
|
||||
HOMEPAGE="https://www.gnu.org/software/sed/"
|
||||
@@ -33,6 +33,12 @@ DEPEND="${RDEPEND}
|
||||
BDEPEND="nls? ( sys-devel/gettext )
|
||||
verify-sig? ( sec-keys/openpgp-keys-sed )"
|
||||
|
||||
src_prepare() {
|
||||
default
|
||||
# Modern C fixes from latest autotools. bug #900382
|
||||
eautoreconf
|
||||
}
|
||||
|
||||
src_configure() {
|
||||
use static && append-ldflags -static
|
||||
|
||||
Reference in New Issue
Block a user