diff options
author | Mike Frysinger <vapier@gentoo.org> | 2006-03-28 02:37:19 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2006-03-28 02:37:19 +0000 |
commit | 0dd888471f1ef996e981bda1df354714be4cac4b (patch) | |
tree | c31a893ba4d97c9aa3376036b5dd92f822c2fd63 /sys-apps/busybox | |
parent | Stable on x86; bug #126435 (diff) | |
download | gentoo-2-0dd888471f1ef996e981bda1df354714be4cac4b.tar.gz gentoo-2-0dd888471f1ef996e981bda1df354714be4cac4b.tar.bz2 gentoo-2-0dd888471f1ef996e981bda1df354714be4cac4b.zip |
respect env CFLAGS #59280
Diffstat (limited to 'sys-apps/busybox')
-rw-r--r-- | sys-apps/busybox/busybox-1.1.0.ebuild | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/sys-apps/busybox/busybox-1.1.0.ebuild b/sys-apps/busybox/busybox-1.1.0.ebuild index 9c861b5fc88d..8acc9b5f0835 100644 --- a/sys-apps/busybox/busybox-1.1.0.ebuild +++ b/sys-apps/busybox/busybox-1.1.0.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.1.0.ebuild,v 1.13 2006/03/28 00:28:04 gustavoz Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/busybox/busybox-1.1.0.ebuild,v 1.14 2006/03/28 02:37:19 vapier Exp $ inherit eutils @@ -62,8 +62,10 @@ src_unpack() { epatch "${FILESDIR}"/1.1.0/glibc.patch # we'll let portage do the stripping + # respect env CFLAGS sed -i \ -e '/STRIPCMD:=/s:=.*:=true:' \ + -e '/^CFLAGS=/s:=:+=:' \ Rules.mak # check for a busybox config before making one of our own. |