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
cleanup-cruft
Andrew Gaffney 17 years ago
parent ae01c22edb
commit 6a3fb94230

@ -2,6 +2,10 @@
# Copyright 2006-2008 Gentoo Foundation; Distributed under the GPL v2 # Copyright 2006-2008 Gentoo Foundation; Distributed under the GPL v2
# $Header: $ # $Header: $
11 Mar 2008; Andrew Gaffney <agaffney@gentoo.org>
+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 <agaffney@gentoo.org> alpha/busy-config, 11 Mar 2008; Andrew Gaffney <agaffney@gentoo.org> alpha/busy-config,
gen_compile.sh, ia64/busy-config, mips/busy-config, parisc/busy-config, gen_compile.sh, ia64/busy-config, mips/busy-config, parisc/busy-config,
parisc64/busy-config, ppc/busy-config, ppc64/busy-config, parisc64/busy-config, ppc/busy-config, ppc64/busy-config,

@ -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
Loading…
Cancel
Save