From: Nicolas Thill Date: Tue, 10 May 2005 23:47:08 +0000 (+0000) Subject: Add asterisk dependency on openssl X-Git-Tag: reboot~32891 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=b99bdac1dc4fbebfeffe32a779e7af0ace8b061c;p=oweals%2Fopenwrt.git Add asterisk dependency on openssl SVN-Revision: 822 --- diff --git a/openwrt/package/Makefile b/openwrt/package/Makefile index 922bc17f10..0eb65326be 100644 --- a/openwrt/package/Makefile +++ b/openwrt/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