diff options
author | Mike Frysinger <vapier@gentoo.org> | 2006-09-20 02:38:43 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2006-09-20 02:38:43 +0000 |
commit | ddd1863d069d5173be625fb5d67dae38a9a17906 (patch) | |
tree | 79e2a9eedbede1843d76796fbc1c17bc36077be7 /sys-apps/busybox | |
parent | change einfo to advice our users to emerge banshee-official-plugins with ser... (diff) | |
download | gentoo-2-ddd1863d069d5173be625fb5d67dae38a9a17906.tar.gz gentoo-2-ddd1863d069d5173be625fb5d67dae38a9a17906.tar.bz2 gentoo-2-ddd1863d069d5173be625fb5d67dae38a9a17906.zip |
turn off a bunch of debug features as pointed out by Jocke
(Portage version: 2.1.2_pre1)
Diffstat (limited to 'sys-apps/busybox')
-rw-r--r-- | sys-apps/busybox/busybox-1.2.1.ebuild | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/sys-apps/busybox/busybox-1.2.1.ebuild b/sys-apps/busybox/busybox-1.2.1.ebuild index f85990e8f02a..cc38035dcf2a 100644 --- a/sys-apps/busybox/busybox-1.2.1.ebuild +++ b/sys-apps/busybox/busybox-1.2.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/busybox/busybox-1.2.1.ebuild,v 1.11 2006/09/09 06:05:40 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/busybox/busybox-1.2.1.ebuild,v 1.12 2006/09/20 02:38:43 vapier Exp $ inherit eutils flag-o-matic @@ -159,7 +159,8 @@ src_unpack() { # default a bunch of uncommon options to off for opt in LOCALE_SUPPORT TFTP FTP{GET,PUT} IPCALC TFTP HUSH \ LASH MSH INETD DPKG RPM2CPIO RPM FOLD LOGNAME OD CRONTAB \ - UUDECODE UUENCODE SULOGIN DC + UUDECODE UUENCODE SULOGIN DC DEBUG_YANK_SUSv2 DEBUG_INIT \ + DEBUG_CROND_OPTION FEATURE_UDHCP_DEBUG do busybox_config_option n ${opt} done |