kristapsdz / acme-client-portable

portable version of acme-client, a secure ACME client
https://kristaps.bsd.lv/acme-client
ISC License
101 stars 21 forks source link

dependent on libbsd, but libbsd dependent on OpenSSL #17

Closed m0yellow closed 7 years ago

m0yellow commented 7 years ago

tried compiling from git, installed libbsd from src.rpm, needed openssl-devel to compile, when trying to get libreSSL into the system, my knowledge (or time) so far fails, since the base install of my linux is dependent on OpenSSL.

Is there an easy way to get acme-client-portable compiled against a local LibreSSL? (Do I need more GNUMakefile-Foo for that?)

kristapsdz commented 7 years ago

Yes. Install libressl into /opt or wherever won't clobber your system. Have it be picked up by pkg-config, which should be picked up by the GNUmakefile. But there's probably somebody who's working on libressl for your distribution, so you may want to contact them to ask questions. This isn't an acme-client issue, so I'm going to close this out. Sorry I couldn't help more.