X-Git-Url: https://git.rohieb.name/openwrt.git/blobdiff_plain/44af1866aa41cfbbad48583106cb82201ded4fcb..13596cf723ef9a54194e762d9d2424b9df2d38a5:/tools/ext2fs/Makefile diff --git a/tools/ext2fs/Makefile b/tools/ext2fs/Makefile index dd60a7eb9..f10adbb6c 100644 --- a/tools/ext2fs/Makefile +++ b/tools/ext2fs/Makefile @@ -42,7 +42,9 @@ define Build/Configure endef define Build/Compile - $(MAKE) -C $(PKG_BUILD_DIR) all + $(MAKE) -C $(PKG_BUILD_DIR) \ + CFLAGS="-O2 -I $(STAGING_DIR)/include-host -include getline.h" \ + all endef define Build/Install