Revision r4966 broke SSL on BlackBerry 10. The issue is that BlackBerry
10 has no "dl" library, which makes this test fail:
AC_CHECK_LIB(crypto,ERR_load_BIO_strings,[libcrypto_present=1 &&
LIBS="-lcrypto -ldl -lz $LIBS"],,-ldl -lz)
I'm not sure how to fix it without breaking other platforms
Hi Michele,
I've removed the optional library dependencies from the configure
script in r5091 (https://trac.pjsip.org/repos/changeset/5091). Thanks
for the report.
Regards,
Ming
On Sat, May 9, 2015 at 12:42 AM, Michele Cicciotti
michele.cicciotti@privatewave.com wrote:
Revision r4966 broke SSL on BlackBerry 10. The issue is that BlackBerry 10
has no "dl" library, which makes this test fail:
AC_CHECK_LIB(crypto,ERR_load_BIO_strings,[libcrypto_present=1 &&
LIBS="-lcrypto -ldl -lz $LIBS"],,-ldl -lz)
I'm not sure how to fix it without breaking other platforms
Visit our blog: http://blog.pjsip.org
pjsip mailing list
pjsip@lists.pjsip.org
http://lists.pjsip.org/mailman/listinfo/pjsip_lists.pjsip.org