summaryrefslogtreecommitdiffstats
path: root/tools
diff options
context:
space:
mode:
authorblogic <blogic@3c298f89-4303-0410-b956-a3cf2f4a3e73>2012-06-10 09:22:07 +0000
committerblogic <blogic@3c298f89-4303-0410-b956-a3cf2f4a3e73>2012-06-10 09:22:07 +0000
commit20776d59bccded6378257bb6da50c2152aeedba0 (patch)
treebfd6ce32c23f451b0b874540c3c11451fe962bbb /tools
parent02e7c58e902d20b7353317b8d3ac38c311282c9c (diff)
[tools] more e2fsprogs fixes
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@32158 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'tools')
-rw-r--r--tools/e2fsprogs/Makefile5
1 files changed, 2 insertions, 3 deletions
diff --git a/tools/e2fsprogs/Makefile b/tools/e2fsprogs/Makefile
index bf5e12ff8..7625cf78f 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 \