projects
/
openwrt.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
00119e9
)
fix asterisk build when asterisk-sqlite is selected
author
nico
<nico@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Fri, 16 Dec 2005 19:17:55 +0000
(19:17 +0000)
committer
nico
<nico@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Fri, 16 Dec 2005 19:17:55 +0000
(19:17 +0000)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@2706
3c298f89
-4303-0410-b956-
a3cf2f4a3e73
package/Makefile
patch
|
blob
|
history
diff --git
a/package/Makefile
b/package/Makefile
index
1c283ac
..
7c8e525
100644
(file)
--- 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),)
This page took
0.024943 seconds
and
4
git commands to generate.