[uClibc] buildroot facelift

Thomas Lundquist lists at zelow.no
Sat Oct 9 11:02:42 UTC 2004


On Sat, Oct 09, 2004 at 01:16:54AM -0600, Erik Andersen wrote:
> 
> Just as an fyi for people using buildroot, I have made a few
> changes in the way buildroot is structured, which I think will
> make it rather more maintainable.  Please let me know if you see
> anything broken.

A tiny patch to bzip2.mk 

(This broke building of bzip2 without largefile support)


Thomas.
-------------- next part --------------
Index: package/bzip2/bzip2.mk
===================================================================
RCS file: /var/cvs/buildroot/package/bzip2/bzip2.mk,v
retrieving revision 1.1
diff -r1.1 bzip2.mk
23c23
< ifeq ($(BR2_LARGEFILE),y)
---
> ifneq ($(BR2_LARGEFILE),y)


More information about the uClibc mailing list