mirror of
https://github.com/monero-project/monero.git
synced 2024-12-23 03:59:33 +00:00
Turn readline off on OpenBSD because it is broken
This commit is contained in:
parent
365fd45b03
commit
0e5ecd4603
1 changed files with 3 additions and 1 deletions
|
@ -1136,7 +1136,9 @@ if (HIDAPI_FOUND OR LibUSB_COMPILE_TEST_PASSED)
|
|||
endif()
|
||||
endif()
|
||||
|
||||
option(USE_READLINE "Build with GNU readline support." ON)
|
||||
if(NOT OPENBSD)
|
||||
option(USE_READLINE "Build with GNU readline support." ON)
|
||||
endif()
|
||||
if(USE_READLINE AND NOT DEPENDS)
|
||||
find_package(Readline)
|
||||
if(READLINE_FOUND AND GNU_READLINE_FOUND)
|
||||
|
|
Loading…
Reference in a new issue