diff --git a/tools/e2fsprogs/Makefile b/tools/e2fsprogs/Makefile
index bf5e12ff806ba9b03d6b84bbe19ba304dac30c1b..7625cf78f6ccae73f291731d5f86fa49e4c1c1e7 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 \