summaryrefslogtreecommitdiff
path: root/openwrt/package
diff options
context:
space:
mode:
authorNicolas Thill <nico@openwrt.org>2005-12-16 19:17:55 +0000
committerNicolas Thill <nico@openwrt.org>2005-12-16 19:17:55 +0000
commit2a83ca4b5426fbd4724cc497d8fc3123c35c605b (patch)
tree02791c0ce812a438fdcdd44c41c66483e9ed1630 /openwrt/package
parent6efeb10fec0b124659514c34962dbc0fe8024b12 (diff)
downloadmtk-20170518-2a83ca4b5426fbd4724cc497d8fc3123c35c605b.zip
mtk-20170518-2a83ca4b5426fbd4724cc497d8fc3123c35c605b.tar.gz
mtk-20170518-2a83ca4b5426fbd4724cc497d8fc3123c35c605b.tar.bz2
fix asterisk build when asterisk-sqlite is selected
SVN-Revision: 2706
Diffstat (limited to 'openwrt/package')
-rw-r--r--openwrt/package/Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/openwrt/package/Makefile b/openwrt/package/Makefile
index 1c283ac..7c8e525 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),)