hush/archival
Mark Whitley 3bf60aa723 If only BB_DPKG was enabled in Config.h, busybox would not build; it'd say:
dpkg.c:18: #error It looks like you are using libc5, which does not support
  dpkg.c:19: #error tfind().  tfind() is used by busybox dpkg.
  dpkg.c:20: #error Please disable BB_DPKG.  Sorry.
This was fixed by changing the || to an && in the preprocessor.
(We've changed the logic in there too many times.)
Found using multibuild.pl.
2001-03-15 17:39:29 +00:00
..
ar.c This patch, put together by Manuel Novoa III, is a merge of work 2001-02-14 21:23:06 +00:00
dpkg_deb.c This patch, put together by Manuel Novoa III, is a merge of work 2001-02-14 21:23:06 +00:00
dpkg.c If only BB_DPKG was enabled in Config.h, busybox would not build; it'd say: 2001-03-15 17:39:29 +00:00
gunzip.c It turns out that DODMALLOC was broken when I reorganized busybox.h 2001-02-20 06:14:08 +00:00
gzip.c It turns out that DODMALLOC was broken when I reorganized busybox.h 2001-02-20 06:14:08 +00:00
tar.c A cleanup patch from Jeff Garzik to static-ify a number of 2001-03-09 21:24:12 +00:00