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 <dirkneukirchen@web.de>
This commit is contained in:
Dirk Neukirchen 2015-03-08 21:38:04 +01:00
parent 24b9611c10
commit 77a8ecef08

View file

@ -176,6 +176,8 @@ else
endif endif
ifneq ($(SDK)$(CONFIG_PACKAGE_asterisk11-mysql),) ifneq ($(SDK)$(CONFIG_PACKAGE_asterisk11-mysql),)
CONFIGURE_VARS+= \
ac_cv_path_ac_pt_CONFIG_MYSQLCLIENT=$(STAGING_DIR)/usr/bin/mysql_config
CONFIGURE_ARGS+= \ CONFIGURE_ARGS+= \
--with-mysqlclient --with-mysqlclient
else else