[PATCH] D12995: Add support for lldb config.h and detect ncurses' include path

Kamil Rytarowski via llvm-commits llvm-commits at lists.llvm.org
Fri Oct 23 19:19:04 PDT 2015


krytarowski abandoned this revision.
krytarowski added a comment.

Closing. We are going for reuse of the NetBSD native curses(8) library.

The reason for it is limit of detecting ncurses on various systems. For example, Ubuntu ships with `<curses.h>` and linkage from `<ncurses.h>`, `ncurses.h` isn't detected by CMake. Detecting `<curses.h>` on NetBSD is reusing conflicting header from the host curses(8) and pkgsrc's ncurses library.


Repository:
  rL LLVM

http://reviews.llvm.org/D12995





More information about the llvm-commits mailing list