Searched hist:"7080 e47bb2783c04982526068204c1c8fc2c4c38" (Results 1 – 1 of 1) sorted by relevance
/linux/scripts/kconfig/ |
H A D | Makefile | diff 7080e47bb2783c04982526068204c1c8fc2c4c38 Mon Aug 16 06:19:04 CEST 2010 Arnaud Lacombe <lacombar@gmail.com> 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>
|