projects
/
feed
/
telephony.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
47b47e5
)
FreeSWITCH: Fixed trac #: 14233.
author
Mazilo
<openwrt.mazilo@recursor.net>
Sun, 29 Sep 2013 12:57:02 +0000
(08:57 -0400)
committer
Mazilo
<openwrt.mazilo@recursor.net>
Sun, 29 Sep 2013 12:57:02 +0000
(08:57 -0400)
Fixed error in recursive dependency detected (Trac #: 14233)
Signed-off-by: Mazilo <openwrt.mazilo@recursor.net>
net/freeswitch/Makefile
patch
|
blob
|
history
diff --git
a/net/freeswitch/Makefile
b/net/freeswitch/Makefile
index c1109845aac7c7b446164917cfa8d303e4cc5d07..a0166c3a149b69f328ff81ab4561a7841bad2c6f 100644
(file)
--- 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.