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)
commit7080e47bb2783c04982526068204c1c8fc2c4c38
tree15e8735ba495c6ed03493150a940c4fcd2fd763e
parent94bedeca77bf79a81952ed4c3abb8c1cce4c85dd
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