1. Removed +FS_WITH_LZMA:liblzma from call to BuildPlugin spandsp
package that causes a recursive dependency issue.
2. Synched to FS git HEAD 3bd139514993ffa9a4723df4136afa089f57b292.
Signed-off-by: Mazilo <openwrt.mazilo@recursor.net>
git HEAD.
1. The issue was reported by Berni through trac ticket #13728
(https://dev.openwrt.org/ticket/13728).
2. Updated to FS git HEAD 3ec15cce68852fd4dba7336dd7a7a505d143a111
Signed-off-by: Mazilo <openwrt.mazilo@recursor.net>
1. Added CONFIG_FS_WITH_LZMA var to pass --enable-lzma or
--disable-lzma switch to configure for libs/tiff package.
The switch is determined by the selection of liblzma
package.
2. Synch to FS git HEAD 4eee5aee8c94910f65f47ade4e873aa62e7117eb.
3. Patches refreshed.
Signed-off-by: Mazilo <openwrt.mazilo@recursor.net>
1. Updated to git HEAD 03dcbde8b4a5e2861b848fe6fc0ef04dd915939f
2. Fixed error messages for missing dependency of liblzma.so.5.
FS libs/tiff package auto detects liblzma. As such, when
liblzma is enabled/compiled, libs/tiff will be compiled
and linked to liblzma. As such, package like spandsp which
depends on libs/tiff will be flagged by OpenWRT during
packaging stage for a missing dependency of liblzma.so.5.