diff options
author | Eli Schwartz <eschwartz93@gmail.com> | 2024-01-26 00:17:30 -0500 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2024-01-30 05:09:49 +0000 |
commit | bfc8cfd714b89d0349f77047e8cb057bbb74f92b (patch) | |
tree | fa6e712d4e806a553708aedeea0cff5829fb37f6 /sys-apps | |
parent | dev-vcs/git-filter-repo: install the upstream manpage (diff) | |
download | gentoo-bfc8cfd714b89d0349f77047e8cb057bbb74f92b.tar.gz gentoo-bfc8cfd714b89d0349f77047e8cb057bbb74f92b.tar.bz2 gentoo-bfc8cfd714b89d0349f77047e8cb057bbb74f92b.zip |
sys-apps/busybox: remove pointless seds
These seds predate the import of ::gentoo into git in 2015, and were
pointless even then. The relevant code was removed from busybox upstream
in 2007.
See upstream commits:
- 3240474c23bf4f47536a854693b4cbacb54b9b04
- 3f9c84857617b0cf0d1824664e371fb6a4cac2e3
Signed-off-by: Eli Schwartz <eschwartz93@gmail.com>
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'sys-apps')
-rw-r--r-- | sys-apps/busybox/busybox-1.36.1-r1.ebuild | 3 | ||||
-rw-r--r-- | sys-apps/busybox/busybox-9999.ebuild | 5 |
2 files changed, 1 insertions, 7 deletions
diff --git a/sys-apps/busybox/busybox-1.36.1-r1.ebuild b/sys-apps/busybox/busybox-1.36.1-r1.ebuild index 4692f79e7fd2..78c429beefc9 100644 --- a/sys-apps/busybox/busybox-1.36.1-r1.ebuild +++ b/sys-apps/busybox/busybox-1.36.1-r1.ebuild @@ -97,9 +97,6 @@ src_prepare() { sed -i -r \ -e 's:[[:space:]]?-(Werror|Os|Oz|falign-(functions|jumps|loops|labels)=1|fomit-frame-pointer)\>::g' \ Makefile.flags || die - #sed -i '/bbsh/s:^//::' include/applets.h - sed -i '/^#error Aborting compilation./d' applets/applets.c || die - use elibc_glibc && sed -i 's:-Wl,--gc-sections::' Makefile sed -i \ -e "/^CROSS_COMPILE/s:=.*:= ${CHOST}-:" \ -e "/^AR\>/s:=.*:= $(tc-getAR):" \ diff --git a/sys-apps/busybox/busybox-9999.ebuild b/sys-apps/busybox/busybox-9999.ebuild index 5028429069a8..7b6a96b8b9cd 100644 --- a/sys-apps/busybox/busybox-9999.ebuild +++ b/sys-apps/busybox/busybox-9999.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2023 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 # See `man savedconfig.eclass` for info on how to use USE=savedconfig. @@ -97,9 +97,6 @@ src_prepare() { sed -i -r \ -e 's:[[:space:]]?-(Werror|Os|Oz|falign-(functions|jumps|loops|labels)=1|fomit-frame-pointer)\>::g' \ Makefile.flags || die - #sed -i '/bbsh/s:^//::' include/applets.h - sed -i '/^#error Aborting compilation./d' applets/applets.c || die - use elibc_glibc && sed -i 's:-Wl,--gc-sections::' Makefile sed -i \ -e "/^CROSS_COMPILE/s:=.*:= ${CHOST}-:" \ -e "/^AR\>/s:=.*:= $(tc-getAR):" \ |