From 947736eb77adfef1e6382e0a5de7490b2934a714 Mon Sep 17 00:00:00 2001 From: nbd Date: Sun, 12 Feb 2012 16:12:08 +0000 Subject: [PATCH 1/1] tools/genext2fs: do not include the host getline.h, it breaks the tool in subtle ways, and the source already has a getline replacement git-svn-id: svn://svn.openwrt.org/openwrt/trunk@30479 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- tools/genext2fs/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/genext2fs/Makefile b/tools/genext2fs/Makefile index 67fbef64e..1f69b2a6b 100644 --- a/tools/genext2fs/Makefile +++ b/tools/genext2fs/Makefile @@ -35,7 +35,7 @@ HOST_CONFIGURE_ARGS = \ define Host/Compile $(MAKE) -C $(HOST_BUILD_DIR) \ - CFLAGS="$(HOST_CFLAGS) -include getline.h" \ + CFLAGS="$(HOST_CFLAGS)" \ all endef -- 2.20.1