1
0
mirror of https://git.openwrt.org/openwrt/openwrt.git synced 2024-06-14 19:23:53 +02:00

tools/genext2fs: do not include the host getline.h, it breaks the tool in subtle ways, and the source already has a getline replacement

SVN-Revision: 30479
This commit is contained in:
Felix Fietkau 2012-02-12 16:12:08 +00:00
parent 07488ef93d
commit c2e411fa8d

View File

@ -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