blob: 99257fc76bdd50655e0ea4ae1b776b64b6d02ac1 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
--- ./applets/applets.c.orig 2007-09-16 13:48:10.000000000 -0500
+++ ./applets/applets.c 2007-10-04 22:07:47.000000000 -0500
@@ -16,7 +16,7 @@
#include "busybox.h"
/* Apparently uclibc defines __GLIBC__ (compat trick?). Oh well. */
-#if ENABLE_STATIC && defined(__GLIBC__) && !defined(__UCLIBC__)
+/* #if ENABLE_STATIC && defined(__GLIBC__) && !defined(__UCLIBC__)
#warning Static linking against glibc produces buggy executables
#warning (glibc does not cope well with ld --gc-sections).
#warning See sources.redhat.com/bugzilla/show_bug.cgi?id=3400
@@ -24,7 +24,7 @@
#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
+#endif */
/* Declare <applet>_main() */
|