diff options
Diffstat (limited to 'tools/e2fsprogs/Makefile')
-rw-r--r-- | tools/e2fsprogs/Makefile | 5 |
1 files 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 \ |