yate: fix mod-mysqldb compile
Since libmariadb 10.2.x requires to be linked in together with iconv, include nls.mk to help the build system find it. Also fix a type in PKG_CONFIG_DEPENDS. Signed-off-by: Sebastian Kemper <sebastian_ml@gmx.net>
This commit is contained in:
parent
7407084406
commit
0234b91cba
1 changed files with 3 additions and 1 deletions
|
@ -33,7 +33,7 @@ PKG_CONFIG_DEPENDS:= \
|
|||
CONFIG_PACKAGE_$(PKG_NAME)-mod-ilbcwebrtc \
|
||||
CONFIG_PACKAGE_$(PKG_NAME)-mod-isaccodec \
|
||||
CONFIG_PACKAGE_$(PKG_NAME)-mod-pgsqldb \
|
||||
CONFIG_PACKAGE_$(PKG_NAME)-mod-mysqld \
|
||||
CONFIG_PACKAGE_$(PKG_NAME)-mod-mysqldb \
|
||||
CONFIG_PACKAGE_$(PKG_NAME)-mod-faxchan \
|
||||
CONFIG_PACKAGE_$(PKG_NAME)-mod-openssl \
|
||||
CONFIG_PACKAGE_$(PKG_NAME)-mod-zlibcompress \
|
||||
|
@ -41,6 +41,8 @@ PKG_CONFIG_DEPENDS:= \
|
|||
|
||||
include $(INCLUDE_DIR)/uclibc++.mk
|
||||
include $(INCLUDE_DIR)/package.mk
|
||||
# Needed for yate-mod-mysqldb to find iconv
|
||||
include $(INCLUDE_DIR)/nls.mk
|
||||
|
||||
define Package/$(PKG_NAME)/Default
|
||||
SUBMENU:=Telephony
|
||||
|
|
Loading…
Reference in a new issue