Gentoo Archives: gentoo-commits

From: Sam James <sam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-apps/busybox/
Date: Thu, 30 Jun 2022 21:41:17
Message-Id: 1656625216.ea72eddb01f7c3ae377825425de84b8c808f784d.sam@gentoo
1 commit: ea72eddb01f7c3ae377825425de84b8c808f784d
2 Author: Viorel Munteanu <ceamac.paragon <AT> gmail <DOT> com>
3 AuthorDate: Sun Apr 17 11:55:30 2022 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Thu Jun 30 21:40:16 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ea72eddb
7
8 sys-apps/busybox: Enable full version of depmod
9
10 Closes: https://bugs.gentoo.org/472464
11 Signed-off-by: Viorel Munteanu <ceamac.paragon <AT> gmail.com>
12 Signed-off-by: Sam James <sam <AT> gentoo.org>
13
14 sys-apps/busybox/busybox-1.34.1-r1.ebuild | 4 ++++
15 1 file changed, 4 insertions(+)
16
17 diff --git a/sys-apps/busybox/busybox-1.34.1-r1.ebuild b/sys-apps/busybox/busybox-1.34.1-r1.ebuild
18 index 7a06b53d6e70..654edbe4c4b7 100644
19 --- a/sys-apps/busybox/busybox-1.34.1-r1.ebuild
20 +++ b/sys-apps/busybox/busybox-1.34.1-r1.ebuild
21 @@ -131,6 +131,10 @@ src_configure() {
22 busybox_config_option n MONOTONIC_SYSCALL
23 busybox_config_option n USE_PORTABLE_CODE
24 busybox_config_option n WERROR
25 + # CONFIG_MODPROBE_SMALL=y disables depmod.c and uses a smaller one that
26 + # does not support -b. Setting this to no creates slightly larger and
27 + # slightly more useful modutils
28 + busybox_config_option n MODPROBE_SMALL #472464
29 # triming the BSS size may be dangerous
30 busybox_config_option n FEATURE_USE_BSS_TAIL