summaryrefslogtreecommitdiffstats
path: root/package
diff options
context:
space:
mode:
authornico <nico@3c298f89-4303-0410-b956-a3cf2f4a3e73>2005-05-10 23:47:08 +0000
committernico <nico@3c298f89-4303-0410-b956-a3cf2f4a3e73>2005-05-10 23:47:08 +0000
commit94c1f55e9c8fc82a4d8bdd987507430c6ac27265 (patch)
tree61b940ff443ae9ca29459605a8953664cf6bdfd2 /package
parent7e578923c0f1f2fdd916a695801ad6b95ae69c91 (diff)
Add asterisk dependency on openssl
git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@822 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package')
-rw-r--r--package/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/package/Makefile b/package/Makefile
index 922bc17f1..0eb65326b 100644
--- a/package/Makefile
+++ b/package/Makefile
@@ -93,6 +93,7 @@ install: $(patsubst %,%-install,$(package-y))
ifeq ($(BR2_PACKAGE_OPENVPN_LZO),y)
openvpn-compile: lzo-compile
endif
+asterisk-compile: openssl-compile
ifneq ($(BR2_PACKAGE_ASTERISK_SPEEX),)
asterisk-compile: speex-compile
endif