fix asterisk build when asterisk-sqlite is selected
[openwrt.git] / package / Makefile
index 1c283ac..7c8e525 100644 (file)
@@ -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),)
This page took 0.024469 seconds and 4 git commands to generate.