Browse Source

more e2fsprogs fixes

SVN-Revision: 32158
John Crispin 13 years ago
parent
commit
085fe0b761
1 changed files with 2 additions and 3 deletions
  1. 2 3
      tools/e2fsprogs/Makefile

+ 2 - 3
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 \