On 2017-03-08 22:11:54 [+0200], Adrian Bunk wrote: > -- Could NOT find OpenSSL, try to set the path to OpenSSL root folder in the > system variable OPENSSL_ROOT_DIR (missing: OPENSSL_LIBRARIES > OPENSSL_INCLUDE_DIR) > ... > > > navit lacks a build-dependency on libssl-dev, the reason why it > worked before is likely that libpq-dev depended on libssl-dev.
Cute. With the additional B-D libssl-dev it changes to: | -- Found OpenSSL: | /usr/lib/x86_64-linux-gnu/libssl.so;/usr/lib/x86_64-linux-gnu/libcrypto.so | (found version "1.1.0e") and the build completes. So the extra B-D is probably all we need. Sebastian