From 3e6f7f27cc2cd85551877ec6bd96ab7031749173 Mon Sep 17 00:00:00 2001 From: Mazilo Date: Sun, 29 Sep 2013 08:57:02 -0400 Subject: [PATCH] FreeSWITCH: Fixed trac #: 14233. Fixed error in recursive dependency detected (Trac #: 14233) Signed-off-by: Mazilo --- net/freeswitch/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/net/freeswitch/Makefile b/net/freeswitch/Makefile index c110984..a0166c3 100644 --- a/net/freeswitch/Makefile +++ b/net/freeswitch/Makefile @@ -249,9 +249,10 @@ define Package/$(PKG_NAME)/config Compile libs/apr package with IPV6 support. config FS_WITH_LZMA - depends on PACKAGE_$(PKG_NAME) && PACKAGE_liblzma + depends on PACKAGE_$(PKG_NAME) bool "Enable liblzma usage in libtiff" default y + select PACKAGE_liblzma help Compile libs/tiff package with liblzma support. This option requires LZMA2 compression package called liblzma. -- 2.11.0