diff options
author | Felix Fietkau <nbd@openwrt.org> | 2005-07-01 15:23:03 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2005-07-01 15:23:03 +0000 |
commit | 55e75077c7a572bac9e208263709a54e4633f3d0 (patch) | |
tree | 48145537893c4243fb1eceefd5aa53a74e2a8b00 /openwrt/package | |
parent | 02da5cee9d1a61f5b1d977c2dbeb6fffbdadcc29 (diff) | |
download | mtk-20170518-55e75077c7a572bac9e208263709a54e4633f3d0.zip mtk-20170518-55e75077c7a572bac9e208263709a54e4633f3d0.tar.gz mtk-20170518-55e75077c7a572bac9e208263709a54e4633f3d0.tar.bz2 |
Add dependency on ncurses for asterisk
SVN-Revision: 1306
Diffstat (limited to 'openwrt/package')
-rw-r--r-- | openwrt/package/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/openwrt/package/Makefile b/openwrt/package/Makefile index d1a958d..33566cf 100644 --- a/openwrt/package/Makefile +++ b/openwrt/package/Makefile @@ -179,7 +179,7 @@ vtun-compile: zlib-compile openssl-compile lzo-compile wificonf-compile: openwrt-compile wireless-tools-compile wpa_supplicant-compile: openssl-compile -asterisk-compile: openssl-compile +asterisk-compile: ncurses-compile openssl-compile ifneq ($(BR2_PACKAGE_ASTERISK_CODEC_SPEEX),) asterisk-compile: speex-compile endif |