mirror of
https://github.com/hak5/wifipineapple-openwrt.git
synced 2025-10-29 16:57:19 +00: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
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@30479 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
parent
4c6c0c2e6c
commit
eac4c19121
@ -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
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user