From 848c9fb8ef2032545f932f2a1950f15bad9f8d8f Mon Sep 17 00:00:00 2001 From: John Crispin Date: Sun, 10 Jun 2012 09:22:07 +0000 Subject: [PATCH] [tools] 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 \ -- 2.30.2