Turn readline off on OpenBSD because it is broken

pull/462/head
Offshore Monero 1 year ago committed by wowario
parent bd011fcae9
commit 9be78e756b
No known key found for this signature in database
GPG Key ID: 24DCBE762DE9C111

@ -1140,7 +1140,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…
Cancel
Save