From 09b3d61997b6b2acb68cf071fa7af27360011a8f Mon Sep 17 00:00:00 2001 From: Nicolas Thill Date: Fri, 16 Dec 2005 19:17:55 +0000 Subject: [PATCH 1/1] fix asterisk build when asterisk-sqlite is selected SVN-Revision: 2706 --- openwrt/package/Makefile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/openwrt/package/Makefile b/openwrt/package/Makefile index 1c283ac217..7c8e525db8 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),) -- 2.30.2