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)
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>

No differences found