]> git.baikalelectronics.ru Git - kernel.git/commit
kbuild: don't include `check-lxdialog' ldflags in global HOST_LOADLIBES
authorArnaud Lacombe <lacombar@gmail.com>
Mon, 16 Aug 2010 04:19:04 +0000 (00:19 -0400)
committerMichal Marek <mmarek@suse.cz>
Tue, 17 Aug 2010 08:35:40 +0000 (10:35 +0200)
commit2213676f02fa5c0176dab4151ef46e8d367d8714
tree15e8735ba495c6ed03493150a940c4fcd2fd763e
parentc7cf675f195fbe0ace2dfc0a6c5e2d32ef15e381
kbuild: don't include `check-lxdialog' ldflags in global HOST_LOADLIBES

On BSD systems, `check-lxdialog' would select -lcurses as the default
curses library which would conflict with -lncurses at runtime: curses'
compatible symbols are getting handled by the system's curses library while the
ncurses-specific symbols are getting handled by the ports' ncurses.

This fixes `nconf' segmentation fault on these systems.

Signed-off-by: Arnaud Lacombe <lacombar@gmail.com>
Signed-off-by: Michal Marek <mmarek@suse.cz>
scripts/kconfig/Makefile