From 7090716d6da27a2a532fc7c73a42d4052eba197f Mon Sep 17 00:00:00 2001 From: Mazi Lo Date: Thu, 23 Apr 2015 11:06:10 -0400 Subject: [PATCH] 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 --- net/freeswitch/Makefile | 1 + 1 file changed, 1 insertion(+) 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 -- 2.30.2