freeswitch: allow building with OpenSSL 3.0
[feed/telephony.git] / net / coturn / patches / 03-fix-libmariadb-detection.patch
1 --- a/configure
2 +++ b/configure
3 @@ -931,7 +931,7 @@ fi
4 ###########################
5
6 if [ -z "${TURN_NO_MYSQL}" ] ; then
7 - if testpkg_db mariadb || testpkg_db mysqlclient ; then
8 + if testpkg_db libmariadb || testpkg_db mysqlclient ; then
9 ${ECHO_CMD} "MySQL found."
10 else
11 ${ECHO_CMD} "MySQL not found. Building without MySQL support."