[BusyBox-cvs] cvs commit to busybox by markw

markw at busybox.net markw at busybox.net
Thu Mar 15 17:39:29 UTC 2001


Repository: busybox
who:        markw
time:       Thu Mar 15 10:39:29 MST 2001


Log Message:

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.


Files:

changed:    dpkg.c






More information about the busybox-cvs mailing list