From 77a8ecef08d0ae8b9580615229d663a8751dd2c2 Mon Sep 17 00:00:00 2001 From: Dirk Neukirchen Date: Sun, 8 Mar 2015 21:38:04 +0100 Subject: [PATCH] asterisk-11.x: fix mysql_config location on Arch Linux configure find host mysql_config first set location explicitly to fix build fail Signed-off-by: Dirk Neukirchen --- net/asterisk-11.x/Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/net/asterisk-11.x/Makefile b/net/asterisk-11.x/Makefile index 874f163..d013911 100644 --- a/net/asterisk-11.x/Makefile +++ b/net/asterisk-11.x/Makefile @@ -176,6 +176,8 @@ else endif ifneq ($(SDK)$(CONFIG_PACKAGE_asterisk11-mysql),) + CONFIGURE_VARS+= \ + ac_cv_path_ac_pt_CONFIG_MYSQLCLIENT=$(STAGING_DIR)/usr/bin/mysql_config CONFIGURE_ARGS+= \ --with-mysqlclient else -- 2.30.2