]> git.pld-linux.org Git - packages/busybox.git/blob - busybox-force-dietlibc.patch
- obsolete (reimplemented as unlzma)
[packages/busybox.git] / busybox-force-dietlibc.patch
1 diff -urN busybox-1.00-pre2.org/libbb/printf.c busybox-1.00-pre2/libbb/printf.c
2 --- busybox-1.00-pre2.org/libbb/printf.c        2003-08-02 23:46:49.000000000 +0200
3 +++ busybox-1.00-pre2/libbb/printf.c    2003-08-05 00:19:57.000000000 +0200
4 @@ -120,7 +120,10 @@
5   * you can extract the information you need from dietstdio.h.  See the
6   * other library implementations for examples.
7   */
8 -# error dietlibc is currently not supported.  Please see the commented source.
9 +#warning dietlibc is currently not supported.  Please see the commented source.
10 +#warning FORCED BUILD BY PLD PATCH.
11 +
12 +#define SET_FERROR_UNLOCKED(S) //    ((S)->flags |= 1)
13  
14  #else /* some other lib */
15  /* Please see the comments for the above supported libraries for examples
This page took 0.039744 seconds and 3 git commands to generate.