summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2008-11-18 00:19:52 +0000
committerMike Frysinger <vapier@gentoo.org>2008-11-18 00:19:52 +0000
commit8f6404ec0a93477ea234ebdd89cc49fcd254b3f4 (patch)
treed103da2d9f27a90fd70d774a9a2d6624dc8f8ca1 /sys-apps/busybox
parentVersion bump. (diff)
downloadgentoo-2-8f6404ec0a93477ea234ebdd89cc49fcd254b3f4.tar.gz
gentoo-2-8f6404ec0a93477ea234ebdd89cc49fcd254b3f4.tar.bz2
gentoo-2-8f6404ec0a93477ea234ebdd89cc49fcd254b3f4.zip
Disable MONOTONIC_SYSCALL by default since worrying about time changes on the system isnt a big deal and it breaks building with linux-2.4 headers.
(Portage version: 2.2_rc14/cvs/Linux 2.6.27.4 x86_64)
Diffstat (limited to 'sys-apps/busybox')
-rw-r--r--sys-apps/busybox/ChangeLog8
-rw-r--r--sys-apps/busybox/busybox-1.11.1.ebuild3
-rw-r--r--sys-apps/busybox/busybox-1.11.3.ebuild3
-rw-r--r--sys-apps/busybox/busybox-1.12.0.ebuild3
-rw-r--r--sys-apps/busybox/busybox-1.12.1.ebuild3
-rw-r--r--sys-apps/busybox/busybox-1.12.2.ebuild3
6 files changed, 17 insertions, 6 deletions
diff --git a/sys-apps/busybox/ChangeLog b/sys-apps/busybox/ChangeLog
index 3b8d41e14853..d01c4d24d7fc 100644
--- a/sys-apps/busybox/ChangeLog
+++ b/sys-apps/busybox/ChangeLog
@@ -1,6 +1,12 @@
# ChangeLog for sys-apps/busybox
# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/busybox/ChangeLog,v 1.204 2008/11/18 00:15:08 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/busybox/ChangeLog,v 1.205 2008/11/18 00:19:52 vapier Exp $
+
+ 18 Nov 2008; Mike Frysinger <vapier@gentoo.org> busybox-1.11.1.ebuild,
+ busybox-1.11.3.ebuild, busybox-1.12.0.ebuild, busybox-1.12.1.ebuild,
+ busybox-1.12.2.ebuild:
+ Disable MONOTONIC_SYSCALL by default since worrying about time changes on
+ the system isnt a big deal and it breaks building with linux-2.4 headers.
*busybox-1.12.2 (18 Nov 2008)
diff --git a/sys-apps/busybox/busybox-1.11.1.ebuild b/sys-apps/busybox/busybox-1.11.1.ebuild
index 42a60180ff31..d2c7bc37b10c 100644
--- a/sys-apps/busybox/busybox-1.11.1.ebuild
+++ b/sys-apps/busybox/busybox-1.11.1.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2008 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/busybox/busybox-1.11.1.ebuild,v 1.10 2008/10/27 02:29:35 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/busybox/busybox-1.11.1.ebuild,v 1.11 2008/11/18 00:19:52 vapier Exp $
inherit eutils flag-o-matic savedconfig toolchain-funcs
@@ -125,6 +125,7 @@ src_unpack() {
busybox_config_option n BUILD_AT_ONCE
busybox_config_option n BUILD_LIBBUSYBOX
busybox_config_option n NOMMU
+ busybox_config_option n MONOTONIC_SYSCALL
# If these are not set and we are using a uclibc/busybox setup
# all calls to system() will fail.
diff --git a/sys-apps/busybox/busybox-1.11.3.ebuild b/sys-apps/busybox/busybox-1.11.3.ebuild
index bd7724bdd128..b2787cbd9850 100644
--- a/sys-apps/busybox/busybox-1.11.3.ebuild
+++ b/sys-apps/busybox/busybox-1.11.3.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2008 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/busybox/busybox-1.11.3.ebuild,v 1.2 2008/10/27 02:29:35 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/busybox/busybox-1.11.3.ebuild,v 1.3 2008/11/18 00:19:52 vapier Exp $
inherit eutils flag-o-matic savedconfig toolchain-funcs
@@ -124,6 +124,7 @@ src_unpack() {
busybox_config_option n BUILD_AT_ONCE
busybox_config_option n BUILD_LIBBUSYBOX
busybox_config_option n NOMMU
+ busybox_config_option n MONOTONIC_SYSCALL
# If these are not set and we are using a uclibc/busybox setup
# all calls to system() will fail.
diff --git a/sys-apps/busybox/busybox-1.12.0.ebuild b/sys-apps/busybox/busybox-1.12.0.ebuild
index a25a6617635d..e92c746a9ef4 100644
--- a/sys-apps/busybox/busybox-1.12.0.ebuild
+++ b/sys-apps/busybox/busybox-1.12.0.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2008 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/busybox/busybox-1.12.0.ebuild,v 1.3 2008/10/27 02:29:35 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/busybox/busybox-1.12.0.ebuild,v 1.4 2008/11/18 00:19:52 vapier Exp $
inherit eutils flag-o-matic savedconfig toolchain-funcs
@@ -124,6 +124,7 @@ src_unpack() {
busybox_config_option n BUILD_AT_ONCE
busybox_config_option n BUILD_LIBBUSYBOX
busybox_config_option n NOMMU
+ busybox_config_option n MONOTONIC_SYSCALL
# If these are not set and we are using a uclibc/busybox setup
# all calls to system() will fail.
diff --git a/sys-apps/busybox/busybox-1.12.1.ebuild b/sys-apps/busybox/busybox-1.12.1.ebuild
index 7aa503edc4a1..4c9aa40d1420 100644
--- a/sys-apps/busybox/busybox-1.12.1.ebuild
+++ b/sys-apps/busybox/busybox-1.12.1.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2008 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/busybox/busybox-1.12.1.ebuild,v 1.2 2008/10/27 02:29:35 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/busybox/busybox-1.12.1.ebuild,v 1.3 2008/11/18 00:19:52 vapier Exp $
inherit eutils flag-o-matic savedconfig toolchain-funcs
@@ -125,6 +125,7 @@ src_unpack() {
busybox_config_option n BUILD_AT_ONCE
busybox_config_option n BUILD_LIBBUSYBOX
busybox_config_option n NOMMU
+ busybox_config_option n MONOTONIC_SYSCALL
# If these are not set and we are using a uclibc/busybox setup
# all calls to system() will fail.
diff --git a/sys-apps/busybox/busybox-1.12.2.ebuild b/sys-apps/busybox/busybox-1.12.2.ebuild
index e5719e4c30b4..4bd465524f1f 100644
--- a/sys-apps/busybox/busybox-1.12.2.ebuild
+++ b/sys-apps/busybox/busybox-1.12.2.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2008 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/busybox/busybox-1.12.2.ebuild,v 1.1 2008/11/18 00:15:08 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/busybox/busybox-1.12.2.ebuild,v 1.2 2008/11/18 00:19:52 vapier Exp $
inherit eutils flag-o-matic savedconfig toolchain-funcs
@@ -125,6 +125,7 @@ src_unpack() {
busybox_config_option n BUILD_AT_ONCE
busybox_config_option n BUILD_LIBBUSYBOX
busybox_config_option n NOMMU
+ busybox_config_option n MONOTONIC_SYSCALL
# If these are not set and we are using a uclibc/busybox setup
# all calls to system() will fail.