projects
/
lede.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6efeb10
)
fix asterisk build when asterisk-sqlite is selected
author
Nicolas Thill
<nico@openwrt.org>
Fri, 16 Dec 2005 19:17:55 +0000
(19:17 +0000)
committer
Nicolas Thill
<nico@openwrt.org>
Fri, 16 Dec 2005 19:17:55 +0000
(19:17 +0000)
SVN-Revision: 2706
openwrt/package/Makefile
patch
|
blob
|
history
diff --git
a/openwrt/package/Makefile
b/openwrt/package/Makefile
index 1c283ac217ff9cfd0d3bb600b1d46f4f1c0875ce..7c8e525db810f78bcc4885a7bc85b4d8e144726e 100644
(file)
--- 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),)