Add busybox patch to remove error about compiling statically
authorAndrew Gaffney <agaffney@gentoo.org>
Tue, 11 Mar 2008 18:54:57 +0000 (18:54 +0000)
committerAndrew Gaffney <agaffney@gentoo.org>
Tue, 11 Mar 2008 18:54:57 +0000 (18:54 +0000)
git-svn-id: svn+ssh://svn.gentoo.org/var/svnroot/genkernel/trunk@618 67a159dc-881f-0410-a524-ba9dfbe2cb84

ChangeLog
patches/busybox/1.7.4/1.7.4-static-error.diff [new file with mode: 0644]

index 172fe45ab4ad6f5461efcde6b2567d5cc00a5872..5011c65e07be7b9526899f410d968784b1324db8 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -2,6 +2,10 @@
 # Copyright 2006-2008 Gentoo Foundation; Distributed under the GPL v2
 # $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,
   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 (file)
index 0000000..e3c5405
--- /dev/null
@@ -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