From 085fe0b761674b273625fd1bb91886eb871a890b Mon Sep 17 00:00:00 2001
From: John Crispin <john@openwrt.org>
Date: Sun, 10 Jun 2012 09:22:07 +0000
Subject: [PATCH] more e2fsprogs fixes

SVN-Revision: 32158
---
 tools/e2fsprogs/Makefile | 5 ++---
 1 file 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 \
-- 
GitLab