Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
openSUSE:Leap:15.5:Update
llvm11
lldb-cmake.patch
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File lldb-cmake.patch of Package llvm11
Index: lldb-10.0.0rc1.src/source/Core/IOHandlerCursesGUI.cpp =================================================================== --- lldb-10.0.0rc1.src.orig/source/Core/IOHandlerCursesGUI.cpp +++ lldb-10.0.0rc1.src/source/Core/IOHandlerCursesGUI.cpp @@ -10,8 +10,8 @@ #include "lldb/Host/Config.h" #if LLDB_ENABLE_CURSES -#include <curses.h> -#include <panel.h> +#include <ncurses/curses.h> +#include <ncurses/panel.h> #endif #if defined(__APPLE__) Index: lldb-10.0.0rc1.src/source/Host/CMakeLists.txt =================================================================== --- lldb-10.0.0rc1.src.orig/source/Host/CMakeLists.txt +++ lldb-10.0.0rc1.src/source/Host/CMakeLists.txt @@ -143,6 +143,8 @@ endif() set(EXTRA_LIBS) if (CMAKE_SYSTEM_NAME MATCHES "NetBSD") list(APPEND EXTRA_LIBS kvm) +elseif (CMAKE_SYSTEM_NAME MATCHES "Linux") + list(APPEND EXTRA_LIBS dl pthread) endif() if (LLDB_ENABLE_LIBXML2) list(APPEND EXTRA_LIBS ${LIBXML2_LIBRARIES})
Locations
Projects
Search
Status Monitor
Help
OpenBuildService.org
Documentation
API Documentation
Code of Conduct
Contact
Support
@OBShq
Terms
openSUSE Build Service is sponsored by
The Open Build Service is an
openSUSE project
.
Sign Up
Log In
Places
Places
All Projects
Status Monitor