From: Mazi Lo Date: Thu, 23 Apr 2015 15:06:10 +0000 (-0400) Subject: FreeSWITCH: X-Git-Url: http://git.openwrt.org/?p=feed%2Ftelephony.git;a=commitdiff_plain;h=7090716d6da27a2a532fc7c73a42d4052eba197f FreeSWITCH: 1. Restore ac_cv_file_dbd_apr_dbd_mysql_c from archive to fix apr-util fail in configure. Signed-off-by: Mazi Lo --- diff --git a/net/freeswitch/Makefile b/net/freeswitch/Makefile index db1916f..9967f2b 100644 --- a/net/freeswitch/Makefile +++ b/net/freeswitch/Makefile @@ -650,6 +650,7 @@ CONFIGURE_VARS+= \ HOST_CXX="/usr/bin/g++" \ CROSS_COMPILE="1" \ $(if $(CONFIG_FS_WITH_APR_SCTP),ac_cv_header_netinet_sctp_h="yes") \ + ac_cv_file_dbd_apr_dbd_mysql_c="no" \ define Build/Prepare