From: Nicolas Thill Date: Fri, 16 Dec 2005 19:17:55 +0000 (+0000) Subject: fix asterisk build when asterisk-sqlite is selected X-Git-Tag: reboot~31471 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=2a83ca4b5426fbd4724cc497d8fc3123c35c605b;p=oweals%2Fopenwrt.git fix asterisk build when asterisk-sqlite is selected SVN-Revision: 2706 --- diff --git a/openwrt/package/Makefile b/openwrt/package/Makefile index 1c283ac217..7c8e525db8 100644 --- a/openwrt/package/Makefile +++ b/openwrt/package/Makefile @@ -348,6 +348,9 @@ endif ifneq ($(BR2_PACKAGE_ASTERISK_MYSQL),) asterisk-compile: mysql-compile endif +ifneq ($(BR2_PACKAGE_ASTERISK_SQLITE),) +asterisk-compile: sqlite2-compile +endif freeradius-compile: libtool-compile openssl-compile ifneq ($(BR2_PACKAGE_FREERADIUS_MOD_LDAP),)