1
0
mirror of git://projects.qi-hardware.com/openwrt-xburst.git synced 2024-11-10 17:01:54 +02:00

Add asterisk dependency on openssl

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@822 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
nico 2005-05-10 23:47:08 +00:00
parent c8fcc5a6e3
commit 094f4eb0fa

View File

@ -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