Merge pull request #17 from plntyk/path_fix_asterisk11
asterisk-11.x: fix mysql_config location
This commit is contained in:
commit
c676b297a2
1 changed files with 2 additions and 0 deletions
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue