aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog4
-rw-r--r--patches/busybox/1.7.4/1.7.4-static-error.diff10
2 files changed, 14 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 172fe45a..5011c65e 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 <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
index 00000000..e3c5405b
--- /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
+
+