List: pjsip@lists.pjsip.org
From: Michele Cicciotti
[BUG] Can't configure PJSIP with SSL for BlackBerry 10 targets
Fri, May 8, 2015 4:42 PM
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