diff options
author | Manuel Novoa III <mjn3@codepoet.org> | 2003-09-03 07:18:18 +0000 |
---|---|---|
committer | Manuel Novoa III <mjn3@codepoet.org> | 2003-09-03 07:18:18 +0000 |
commit | 0e956fc164b97347279045e60033e6f2f176df3b (patch) | |
tree | be9515a9bae85c641ce8c8756d378eb367614c4c /make/ncurses.mk | |
parent | 2aaceb3dd6b542912a144d0c7860048091aedf4b (diff) |
Add support for enabling use of libintl.
Add support for libstd++ in full locale mode, and remove the need for
config hacks when using uClibc stub locale support.
TODO --
gdb intl support is still broken.
uClibc should auto-download the pregenerated locale data
Diffstat (limited to 'make/ncurses.mk')
-rw-r--r-- | make/ncurses.mk | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/make/ncurses.mk b/make/ncurses.mk index 45c009f9e..c6cd23c77 100644 --- a/make/ncurses.mk +++ b/make/ncurses.mk @@ -5,7 +5,7 @@ # ############################################################# # Copyright (C) 2002 by Ken Restivo <ken@246gt.com> -# $Id: ncurses.mk,v 1.26 2003/08/22 12:49:54 andersen Exp $ +# $Id: ncurses.mk,v 1.27 2003/09/03 07:18:14 mjn3 Exp $ # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU Library General Public License as @@ -58,7 +58,7 @@ $(NCURSES_DIR)/.configured: $(NCURSES_DIR)/.dist --with-default-terminfo-dir=/usr/share/terminfo \ --libdir=$(STAGING_DIR)/lib \ --with-shared --without-cxx --without-cxx-binding \ - --without-ada --without-progs --disable-nls \ + --without-ada --without-progs $(DISABLE_NLS) \ --without-profile --without-debug --disable-rpath \ --enable-echo --enable-const --enable-overwrite \ ); |