diff options
author | Nicolas Thill <nico@openwrt.org> | 2005-12-16 19:17:55 +0000 |
---|---|---|
committer | Nicolas Thill <nico@openwrt.org> | 2005-12-16 19:17:55 +0000 |
commit | bdf6a7fa2fcbb0988ca401f17e6cffe860c4208c (patch) | |
tree | 71bd79ea5e088d137023d2730a2c1d58b68c598f /package | |
parent | e02151d4cda7be97daa0c06f9921fd5daff104bc (diff) | |
download | upstream-bdf6a7fa2fcbb0988ca401f17e6cffe860c4208c.tar.gz upstream-bdf6a7fa2fcbb0988ca401f17e6cffe860c4208c.tar.bz2 upstream-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')
-rw-r--r-- | package/Makefile | 3 |
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),) |