summaryrefslogtreecommitdiff
path: root/tools/e2fsprogs
diff options
context:
space:
mode:
authorJohn Crispin <john@openwrt.org>2012-06-10 09:22:07 +0000
committerJohn Crispin <john@openwrt.org>2012-06-10 09:22:07 +0000
commit085fe0b761674b273625fd1bb91886eb871a890b (patch)
tree30453635d92951a804ca1f660dbcb9d3656e98ba /tools/e2fsprogs
parent16a4d29ae0eccc21e4eac58e5f498c1ea38a11af (diff)
downloadmtk-20170518-085fe0b761674b273625fd1bb91886eb871a890b.zip
mtk-20170518-085fe0b761674b273625fd1bb91886eb871a890b.tar.gz
mtk-20170518-085fe0b761674b273625fd1bb91886eb871a890b.tar.bz2
more e2fsprogs fixes
SVN-Revision: 32158
Diffstat (limited to 'tools/e2fsprogs')
-rw-r--r--tools/e2fsprogs/Makefile5
1 files changed, 2 insertions, 3 deletions
diff --git a/tools/e2fsprogs/Makefile b/tools/e2fsprogs/Makefile
index bf5e12f..7625cf7 100644
--- a/tools/e2fsprogs/Makefile
+++ b/tools/e2fsprogs/Makefile
@@ -17,12 +17,11 @@ PKG_SOURCE_URL:=@SF/e2fsprogs
include $(INCLUDE_DIR)/host-build.mk
-TARGET_CFLAGS += $(FPIC)
+HOST_CFLAGS += $(FPIC)
-CONFIGURE_ARGS += \
+HOST_CONFIGURE_ARGS += \
--disable-shared \
--enable-static \
- --disable-rpath \
--enable-elf-shlibs \
--enable-dynamic-e2fsck \
--disable-tls \