diff options
author | Titus von Boxberg <titus@v9g.de> | 2010-05-24 16:33:45 +0200 |
---|---|---|
committer | Titus von Boxberg <titus@v9g.de> | 2010-05-24 16:33:45 +0200 |
commit | 5428b220d6ec522ed8fe3a893aa653ed9639bf57 (patch) | |
tree | f31d2822192ec99c19d465e87fcc38de6c797990 /kconfig/kconfig.mk | |
parent | d2d3c15c1409e70ed758aab0e5da31ff15c3f500 (diff) | |
download | crosstool-ng-5428b220d6ec522ed8fe3a893aa653ed9639bf57.tar.gz crosstool-ng-5428b220d6ec522ed8fe3a893aa653ed9639bf57.tar.bz2 crosstool-ng-5428b220d6ec522ed8fe3a893aa653ed9639bf57.zip |
kconfig/lxdialog: more portable and use ncurses from macports on MacOS
check-lxdialog.sh now correctly tests for ncurses and is a bit more portable.
On Darwin it uses the ncurses from macports.
Diffstat (limited to 'kconfig/kconfig.mk')
-rw-r--r-- | kconfig/kconfig.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kconfig/kconfig.mk b/kconfig/kconfig.mk index 88dcdd39..26304e10 100644 --- a/kconfig/kconfig.mk +++ b/kconfig/kconfig.mk @@ -65,7 +65,7 @@ check_gettext = $(CT_LIB_DIR)/kconfig/check-gettext.sh check_lxdialog = $(CT_LIB_DIR)/kconfig/lxdialog/check-lxdialog.sh # Build flags -CFLAGS = +CFLAGS = LDFLAGS = # Compiler flags to use gettext |