diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2011-01-20 18:27:38 +0100 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2011-01-20 18:27:38 +0100 |
commit | b7676e029c848bc6a8abbe9dd3399623cdb3ce20 (patch) | |
tree | ced576b5a7ba7899df08201fb8e3203cc704e594 /toolchain/libelf | |
parent | 52b1b0100c53b1f8699955df618fcb47744e0a7e (diff) |
disable NLS, allows toolchain building on native ADK systems
Diffstat (limited to 'toolchain/libelf')
-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 \ ); |