summaryrefslogtreecommitdiff
path: root/extra/config/lxdialog/check-lxdialog.sh
AgeCommit message (Collapse)Author
2024-07-09buildsys: allow building with gcc-14Marcus Haehnel
GCC-14 requires all functions to have an explicit return type. An implicit return type is no longer supported. main() in the ncurses link check was declared without return type. Add it to make this work on GCC-14. See also: https://gcc.gnu.org/gcc-14/porting_to.html Signed-off-by: Marcus Haehnel <marcus.haehnel@kernkonzept.com>
2013-11-06pull kconfig from linux-3.11Bernhard Reutner-Fischer
Signed-off-by: Bernhard Reutner-Fischer <rep.dot.nop@gmail.com>
2010-06-11lxdialog: fix ncursesw include detectionBernhard Reutner-Fischer
Signed-off-by: Bernhard Reutner-Fischer <rep.dot.nop@gmail.com>
2009-08-17support building out-of-treeBernhard Reutner-Fischer
Handle O= Signed-off-by: Bernhard Reutner-Fischer <rep.dot.nop@gmail.com>
2008-08-27- pull check-lxdialog.sh from linux-2.6.26Bernhard Reutner-Fischer
2008-06-05- pull kconfig from 2.6.25.4Bernhard Reutner-Fischer
It has nicer "-*-" etc hints
2007-05-24use POSIX -eq rather than bash == #1360Mike Frysinger
2007-02-14pull latest kconfig from kernelMike Frysinger