Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 828419 Details for
Bug 880065
dev-util/lldb-15.0.4[libedit]: fails to configure (CMake Error at [...]/Modules/FindLibEdit.cmake:24 (cmake_push_check_state): Unknown CMake command "cmake_push_check_state".)
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
proposed patch
pushcheckstate.patch (text/plain), 578 bytes, created by
Michał Górny
on 2022-11-07 13:33:03 UTC
(
hide
)
Description:
proposed patch
Filename:
MIME Type:
Creator:
Michał Górny
Created:
2022-11-07 13:33:03 UTC
Size:
578 bytes
patch
obsolete
>diff --git a/cmake/Modules/FindLibEdit.cmake b/cmake/Modules/FindLibEdit.cmake >index 7e62d4d839ae..de8f5a2e7101 100644 >--- a/cmake/Modules/FindLibEdit.cmake >+++ b/cmake/Modules/FindLibEdit.cmake >@@ -21,6 +21,7 @@ find_library(LibEdit_LIBRARIES NAMES edit HINTS ${PC_LIBEDIT_LIBRARY_DIRS}) > > include(CheckIncludeFile) > if(LibEdit_INCLUDE_DIRS AND EXISTS "${LibEdit_INCLUDE_DIRS}/histedit.h") >+ include(CMakePushCheckState) > cmake_push_check_state() > list(APPEND CMAKE_REQUIRED_INCLUDES ${LibEdit_INCLUDE_DIRS}) > list(APPEND CMAKE_REQUIRED_LIBRARIES ${LibEdit_LIBRARIES})
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 880065
:
828105
|
828145
|
828147
| 828419 |
828429
|
828517