commit: b55ff1c976fd39a4ed05bc20a57ccf7dbe21940c
Author: Felix Janda <felix.janda <AT> posteo <DOT> de>
AuthorDate: Sun Feb 22 16:41:25 2015 +0000
Commit: Anthony G. Basile <blueness <AT> gentoo <DOT> org>
CommitDate: Mon Feb 23 12:55:21 2015 +0000
URL:
http://sources.gentoo.org/gitweb/?p=proj/hardened-dev.git;a=commit;h=b55ff1c9
sys-apps/busybox: with allyesconfig have to disable more options
Signed-off-by: Anthony G. Basile <blueness <AT> gentoo.org>
---
sys-apps/busybox/busybox-1.23.1-r99.ebuild | 2 ++
1 file changed, 2 insertions(+)
diff --git a/sys-apps/busybox/busybox-1.23.1-r99.ebuild
b/sys-apps/busybox/busybox-1.23.1-r99.ebuild
index 370eed7..14887a0 100644
--- a/sys-apps/busybox/busybox-1.23.1-r99.ebuild
+++ b/sys-apps/busybox/busybox-1.23.1-r99.ebuild
@@ -121,6 +121,8 @@ src_configure() {
# causes trouble with musl
busybox_config_option n IFPLUGD
+ busybox_config_option n EXTRA_COMPAT
+ busybox_config_option n FEATURE_VI_REGEX_SEARCH
# If these are not set and we are using a uclibc/busybox setup
# all calls to system() will fail.