[lldb-dev] [Bug 23703] New: libedit is used during linking with CMake LLDB_DISABLE_LIBEDIT=1

bugzilla-daemon at llvm.org bugzilla-daemon at llvm.org
Fri May 29 16:38:46 PDT 2015


https://llvm.org/bugs/show_bug.cgi?id=23703

            Bug ID: 23703
           Summary: libedit is used during linking with CMake
                    LLDB_DISABLE_LIBEDIT=1
           Product: lldb
           Version: 3.6
          Hardware: PC
                OS: Linux
            Status: NEW
          Severity: normal
          Priority: P
         Component: All Bugs
          Assignee: lldb-dev at cs.uiuc.edu
          Reporter: eugene.zelenko at gmail.com
    Classification: Unclassified

libedit is not installed by administrators, so I'm tried to set
LLDB_DISABLE_LIBEDIT=1 in CMake parameters. Compilation was OK but libedit was
used during linking because it is specified in LLDBDependencies.cmake
unconditionally.

Probably same issue will be for libncurces when LLDB_DISABLE_CURSES=1.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/lldb-dev/attachments/20150529/8c4fa26a/attachment.html>


More information about the lldb-dev mailing list