]> git.proxmox.com Git - mirror_ubuntu-focal-kernel.git/commit
kbuild: check if we can link gettext not just compile
authorSam Ravnborg <sam@ravnborg.org>
Sun, 12 Aug 2007 21:15:44 +0000 (23:15 +0200)
committerSam Ravnborg <sam@neptun.(none)>
Fri, 12 Oct 2007 19:13:50 +0000 (21:13 +0200)
commitaa1e5ef5c1d95e7ebf0821d9ba27debe43a87a22
tree900a9fa8d090ab5323a4276e55b8108fa0d40568
parent4f4c4ee1b79b9102db19ff39f7cb11abddaa43e1
kbuild: check if we can link gettext not just compile

cygwin provides the header file but the lib file needs
to be added manually. A generic fix is to check if
we can compile and link a program that uses gettext()
and if it fails fall back to NO_NLS.

International users of cygwin may have to specify
HOST_LOADLIBES := "-lintl" on the make command line.

Signed-off-by: Sam Ravnborg <sam@ravnborg.org>
scripts/kconfig/Makefile
scripts/kconfig/check.sh [new file with mode: 0755]