aboutsummaryrefslogtreecommitdiffstats
path: root/package/Makefile
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
commitbdf6a7fa2fcbb0988ca401f17e6cffe860c4208c (patch)
tree71bd79ea5e088d137023d2730a2c1d58b68c598f /package/Makefile
parente02151d4cda7be97daa0c06f9921fd5daff104bc (diff)
downloadmaster-187ad058-bdf6a7fa2fcbb0988ca401f17e6cffe860c4208c.tar.gz
master-187ad058-bdf6a7fa2fcbb0988ca401f17e6cffe860c4208c.tar.bz2
master-187ad058-bdf6a7fa2fcbb0988ca401f17e6cffe860c4208c.zip
fix asterisk build when asterisk-sqlite is selected
git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@2706 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/Makefile')
-rw-r--r--package/Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/package/Makefile b/package/Makefile
index 1c283ac217..7c8e525db8 100644
--- a/package/Makefile
+++ b/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),)