From dadad95190710ae2e7c2c0cc9cacf5541f99c6f7 Mon Sep 17 00:00:00 2001 From: Eric Andersen Date: Tue, 12 Jul 2005 19:53:12 +0000 Subject: Thomas Lundquist writes: If I understand you correctly, you want the ncurses development headers on the target. a patch for this (named target_headers.patch and includes similar options for a few other libs in buildroot) can be found at: http://www.zelow.no/floppyfw/download/Development/Patches/buildroot/ (a few packages there aswell) it will add an option to put headers on target for ncurses, zlib and openssl. Thomas. --- package/e2fsprogs/e2fsprogs.mk | 1 + 1 file changed, 1 insertion(+) (limited to 'package/e2fsprogs') diff --git a/package/e2fsprogs/e2fsprogs.mk b/package/e2fsprogs/e2fsprogs.mk index dace74ba2..ef2afa414 100644 --- a/package/e2fsprogs/e2fsprogs.mk +++ b/package/e2fsprogs/e2fsprogs.mk @@ -46,6 +46,7 @@ $(E2FSPROGS_DIR)/.configured: $(E2FSPROGS_DIR)/.unpacked --disable-resizer --enable-fsck \ --disable-e2initrd-helper \ --without-catgets $(DISABLE_NLS) \ + $(DISABLE_LARGEFILE) \ ); touch $(E2FSPROGS_DIR)/.configured -- cgit v1.2.3