From: Andrew Gaffney Date: Tue, 11 Mar 2008 18:54:57 +0000 (+0000) Subject: Add busybox patch to remove error about compiling statically X-Git-Tag: v3.4.10.902~134 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=6a3fb94230f9b6457b6e01b71ada1a08bd34bdb5;p=genkernel.git Add busybox patch to remove error about compiling statically git-svn-id: svn+ssh://svn.gentoo.org/var/svnroot/genkernel/trunk@618 67a159dc-881f-0410-a524-ba9dfbe2cb84 --- diff --git a/ChangeLog b/ChangeLog index 172fe45..5011c65 100644 --- a/ChangeLog +++ b/ChangeLog @@ -2,6 +2,10 @@ # Copyright 2006-2008 Gentoo Foundation; Distributed under the GPL v2 # $Header: $ + 11 Mar 2008; Andrew Gaffney + +patches/busybox/1.7.4/1.7.4-static-error.diff: + Add busybox patch to remove error about compiling statically + 11 Mar 2008; Andrew Gaffney alpha/busy-config, gen_compile.sh, ia64/busy-config, mips/busy-config, parisc/busy-config, parisc64/busy-config, ppc/busy-config, ppc64/busy-config, diff --git a/patches/busybox/1.7.4/1.7.4-static-error.diff b/patches/busybox/1.7.4/1.7.4-static-error.diff new file mode 100644 index 0000000..e3c5405 --- /dev/null +++ b/patches/busybox/1.7.4/1.7.4-static-error.diff @@ -0,0 +1,10 @@ +--- busybox-1.7.4.orig/applets/applets.c 2007-09-16 13:48:10.000000000 -0500 ++++ busybox-1.7.4/applets/applets.c 2008-03-11 13:53:18.000000000 -0500 +@@ -23,7 +23,6 @@ + #warning Note that glibc is unsuitable for static linking anyway. + #warning If you still want to do it, remove -Wl,--gc-sections + #warning from top-level Makefile and remove this warning. +-#error Aborting compilation. + #endif + +