aboutsummaryrefslogtreecommitdiffstats
path: root/tools/e2fsprogs
diff options
context:
space:
mode:
authorJohn Crispin <blogic@openwrt.org>2012-06-10 09:22:07 +0000
committerJohn Crispin <blogic@openwrt.org>2012-06-10 09:22:07 +0000
commitcaa1d07a9aeebffacf6faf0e648e60b486ba5a81 (patch)
treebfd6ce32c23f451b0b874540c3c11451fe962bbb /tools/e2fsprogs
parentd057a8911bf5aeb67b7f9eca41be6c6faa66320d (diff)
downloadmaster-187ad058-caa1d07a9aeebffacf6faf0e648e60b486ba5a81.tar.gz
master-187ad058-caa1d07a9aeebffacf6faf0e648e60b486ba5a81.tar.bz2
master-187ad058-caa1d07a9aeebffacf6faf0e648e60b486ba5a81.zip
[tools] more e2fsprogs fixes
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@32158 3c298f89-4303-0410-b956-a3cf2f4a3e73
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 bf5e12ff80..7625cf78f6 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 \