fix asterisk build when asterisk-sqlite is selected
SVN-Revision: 2706
This commit is contained in:
parent
6efeb10fec
commit
2a83ca4b54
1 changed files with 3 additions and 0 deletions
|
@ -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),)
|
||||
|
|
Loading…
Reference in a new issue