From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 0CF7E138AD8 for ; Mon, 23 Feb 2015 12:54:10 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 64012E085D; Mon, 23 Feb 2015 12:54:08 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id D3A23E085D for ; Mon, 23 Feb 2015 12:54:07 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id B871B340991 for ; Mon, 23 Feb 2015 12:54:06 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 6739C12617 for ; Mon, 23 Feb 2015 12:54:05 +0000 (UTC) From: "Anthony G. Basile" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Anthony G. Basile" Message-ID: <1424696121.b55ff1c976fd39a4ed05bc20a57ccf7dbe21940c.blueness@gentoo> Subject: [gentoo-commits] proj/hardened-dev:musl commit in: sys-apps/busybox/ X-VCS-Repository: proj/hardened-dev X-VCS-Files: sys-apps/busybox/busybox-1.23.1-r99.ebuild X-VCS-Directories: sys-apps/busybox/ X-VCS-Committer: blueness X-VCS-Committer-Name: Anthony G. Basile X-VCS-Revision: b55ff1c976fd39a4ed05bc20a57ccf7dbe21940c X-VCS-Branch: musl Date: Mon, 23 Feb 2015 12:54:05 +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-Archives-Salt: 484f0e2f-fa42-4702-a1aa-2eee19c00727 X-Archives-Hash: 7a000e62729315b97269bc52e474a93c commit: b55ff1c976fd39a4ed05bc20a57ccf7dbe21940c Author: Felix Janda posteo de> AuthorDate: Sun Feb 22 16:41:25 2015 +0000 Commit: Anthony G. Basile gentoo 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 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.