X-Git-Url: http://git.ozo.com/?a=blobdiff_plain;f=tools%2Fext2fs%2FMakefile;h=f10adbb6c3c237ee1db28d919d6cb717d3857838;hb=682110ad529927c7a9e73fe58930587fa2c033d8;hp=dd60a7eb9a520b47b4f7997fcbef476b1dc34234;hpb=44af1866aa41cfbbad48583106cb82201ded4fcb;p=openwrt-10.03%2F.git 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