diff options
author | John Crispin <john@openwrt.org> | 2012-06-10 09:22:07 +0000 |
---|---|---|
committer | John Crispin <john@openwrt.org> | 2012-06-10 09:22:07 +0000 |
commit | 085fe0b761674b273625fd1bb91886eb871a890b (patch) | |
tree | 30453635d92951a804ca1f660dbcb9d3656e98ba /tools | |
parent | 16a4d29ae0eccc21e4eac58e5f498c1ea38a11af (diff) | |
download | upstream-085fe0b761674b273625fd1bb91886eb871a890b.tar.gz upstream-085fe0b761674b273625fd1bb91886eb871a890b.tar.bz2 upstream-085fe0b761674b273625fd1bb91886eb871a890b.zip |
more e2fsprogs fixes
SVN-Revision: 32158
Diffstat (limited to 'tools')
-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 \ |