diff options
author | John Crispin <blogic@openwrt.org> | 2012-06-10 07:43:43 +0000 |
---|---|---|
committer | John Crispin <blogic@openwrt.org> | 2012-06-10 07:43:43 +0000 |
commit | d057a8911bf5aeb67b7f9eca41be6c6faa66320d (patch) | |
tree | 9255bed57486e85d69eed178aeb564861517233f /tools | |
parent | 5f4f91b36a3c75559b54abf9d33853b06b6e4a93 (diff) | |
download | upstream-d057a8911bf5aeb67b7f9eca41be6c6faa66320d.tar.gz upstream-d057a8911bf5aeb67b7f9eca41be6c6faa66320d.tar.bz2 upstream-d057a8911bf5aeb67b7f9eca41be6c6faa66320d.zip |
[e2fsprog] fix build breakage introduced by [32142]
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@32157 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'tools')
-rw-r--r-- | tools/e2fsprogs/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/tools/e2fsprogs/Makefile b/tools/e2fsprogs/Makefile index 865ed9fb44..bf5e12ff80 100644 --- a/tools/e2fsprogs/Makefile +++ b/tools/e2fsprogs/Makefile @@ -25,7 +25,8 @@ CONFIGURE_ARGS += \ --disable-rpath \ --enable-elf-shlibs \ --enable-dynamic-e2fsck \ - --disable-tls + --disable-tls \ + --disable-nls define Host/Install $(Host/Install/Default) |