summaryrefslogtreecommitdiff
path: root/toolchain/libelf
diff options
context:
space:
mode:
Diffstat (limited to 'toolchain/libelf')
-rw-r--r--toolchain/libelf/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/toolchain/libelf/Makefile b/toolchain/libelf/Makefile
index 485978cf0..c243cdd00 100644
--- a/toolchain/libelf/Makefile
+++ b/toolchain/libelf/Makefile
@@ -15,6 +15,7 @@ $(WRKBUILD)/.configured:
(cd $(WRKBUILD); \
$(WRKBUILD)/configure \
--prefix=$(STAGING_HOST_DIR) \
+ --disable-nls \
--disable-shared \
--enable-static \
);