summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authornico <nico@3c298f89-4303-0410-b956-a3cf2f4a3e73>2005-12-16 19:17:55 +0000
committernico <nico@3c298f89-4303-0410-b956-a3cf2f4a3e73>2005-12-16 19:17:55 +0000
commit288dcc978a91ac878059328b0521339cd1e38f62 (patch)
tree252cf66fdc68d52d6b4d8c23ffad30d2c8cdb717
parentdc473c791c1a285923c03c909cada1bf31159f84 (diff)
fix asterisk build when asterisk-sqlite is selected
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@2706 3c298f89-4303-0410-b956-a3cf2f4a3e73
-rw-r--r--openwrt/package/Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/openwrt/package/Makefile b/openwrt/package/Makefile
index 1c283ac21..7c8e525db 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),)