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:
parent
24b9611c10
commit
77a8ecef08
1 changed files with 2 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue