package/quazip: doesn't build with zlib-ng

quazip doesn't build with zlib-ng since bump to version 1.9.9-b1 in
commit 1f7b12a0b4 and the removal of
z_crc_t and FAR:
4db4cfdb5b
0db1040667:

/nvmedata/autobuild/instance-16/output-1/build/quazip-1.2/quazip/unzip.c:196:11: error: unknown type name 'z_crc_t'
  196 |     const z_crc_t FAR * pcrc_32_tab;
      |           ^~~~~~~

Fixes:
 - http://autobuild.buildroot.org/results/02272c154ce58bacf0518dab5fc1ef0084121e1a

Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be>
This commit is contained in:
Fabrice Fontaine 2022-04-17 23:31:11 +02:00 committed by Arnout Vandecappelle (Essensium/Mind)
parent 845f963842
commit 338009c7ba

View File

@ -1,10 +1,13 @@
config BR2_PACKAGE_QUAZIP
bool "quazip"
depends on BR2_PACKAGE_LIBZLIB
depends on BR2_PACKAGE_QT5
select BR2_PACKAGE_ZLIB
help
QuaZIP is a simple C++ wrapper over Gilles Vollant's
ZIP/UNZIP package that can be used to access ZIP
archives. It uses the Qt toolkit.
http://quazip.sourceforge.net
comment "quazip needs libzlib"
depends on !BR2_PACKAGE_LIBZLIB