zlib: don't build with ninja

This commit is contained in:
Lukas Rusak 2017-10-10 12:04:52 -07:00
parent c1d346a253
commit a130ffaee9
No known key found for this signature in database
GPG Key ID: 8C310C807E7393A3

View File

@ -29,6 +29,7 @@ PKG_SECTION="compress"
PKG_SHORTDESC="zlib: A general purpose (ZIP) data compression library"
PKG_LONGDESC="zlib is a general purpose data compression library. All the code is thread safe. The data format used by the zlib library is described by RFCs (Request for Comments) 1950 to 1952 in the files ftp://ds.internic.net/rfc/rfc1950.txt (zlib format), rfc1951.txt (deflate format) and rfc1952.txt (gzip format)."
PKG_AUTORECONF="no"
PKG_USE_NINJA="no"
post_configure_target() {
## configure minizip