getdns/m4
Claus Assmann 93f9f4c7d3 configure problem with getdns-0.5.1 on OpenBSD
Sorry for not using "github" to report a problem but I don't have
an account there...

Anyway, it seems the order of the libraries ssl and crypto is wrong:
with -lcrypto -lssl configure fails to find ub_fd():
: undefined reference to `SRP_Calc_A'
changing it to
-lssl -lcrypto
resolves the problem (and matches the order elsewhere,
e.g., unbound).
2015-11-26 11:42:02 +01:00
..
acx_openssl.m4 configure problem with getdns-0.5.1 on OpenBSD 2015-11-26 11:42:02 +01:00
ax_check_compile_flag.m4 Portability with older systems 2014-11-07 16:57:24 +01:00
pkg.m4 Update aclocal 2015-01-20 12:05:58 +01:00