Make sure to link with libcrypto
Archlinux seems to have removed -lcrypto from libssl.pc.
This commit is contained in:
parent
f3c5bad858
commit
30a6af515d
|
@ -23,7 +23,7 @@ set (project_VERSION "${project_VERSION}.${project_VERSION_PATCH}")
|
||||||
find_package (Curses)
|
find_package (Curses)
|
||||||
find_package (PkgConfig REQUIRED)
|
find_package (PkgConfig REQUIRED)
|
||||||
pkg_check_modules (jansson REQUIRED jansson)
|
pkg_check_modules (jansson REQUIRED jansson)
|
||||||
pkg_check_modules (libssl REQUIRED libssl)
|
pkg_check_modules (libssl REQUIRED libssl libcrypto)
|
||||||
pkg_check_modules (ncursesw ncursesw)
|
pkg_check_modules (ncursesw ncursesw)
|
||||||
|
|
||||||
if (ncursesw_FOUND)
|
if (ncursesw_FOUND)
|
||||||
|
|
Loading…
Reference in New Issue