diff options
Diffstat (limited to 'toolchain/libelf/Makefile')
-rw-r--r-- | toolchain/libelf/Makefile | 1 |
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 \ ); |