From: Arnaud Lacombe Date: Mon, 16 Aug 2010 04:19:04 +0000 (-0400) Subject: kbuild: don't include `check-lxdialog' ldflags in global HOST_LOADLIBES X-Git-Tag: v2.6.37-rc1~51^2~21 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7080e47bb2783c04982526068204c1c8fc2c4c38;p=pandora-kernel.git 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 Signed-off-by: Michal Marek --- Reading git-diff-tree failed