| /OK3568_Linux_fs/buildroot/boot/optee-os/3.13.0/ |
| H A D | 0001-core-zlib-fix-build-warning-when-_LFS64_LARGEFILE-is.patch | 4 Subject: core: zlib: fix build warning when _LFS64_LARGEFILE is not defined 6 In zlib, _LFS64_LARGEFILE is expected to be a boolean directive, either 11 core/lib/zlib/zutil.h:196:39: warning: "_LFS64_LARGEFILE" is not defined, evaluates to 0 [-Wundef] 14 In file included from core/lib/zlib/adler32.c:9: 15 core/lib/zlib/zutil.h:196:39: warning: "_LFS64_LARGEFILE" is not defined, evaluates to 0 [-Wundef] 18 CC out/core/lib/zlib/zutil.o 19 In file included from core/lib/zlib/inftrees.c:7: 20 core/lib/zlib/zutil.h:196:39: warning: "_LFS64_LARGEFILE" is not defined, evaluates to 0 [-Wundef] 23 In file included from core/lib/zlib/inflate.c:84: 24 core/lib/zlib/zutil.h:196:39: warning: "_LFS64_LARGEFILE" is not defined, evaluates to 0 [-Wundef] [all …]
|
| /OK3568_Linux_fs/u-boot/spl/lib/zlib/ |
| H A D | zlib.su | |
| H A D | .zlib.o.cmd | |
| H A D | .built-in.o.cmd | |
| /OK3568_Linux_fs/u-boot/lib/zlib/ |
| H A D | zlib.su | |
| H A D | .zlib.o.cmd | |
| H A D | .built-in.o.cmd | |
| /OK3568_Linux_fs/external/rknpu2/examples/3rdparty/opencv/OpenCV-android-sdk/sdk/etc/licenses/ |
| H A D | zlib-README | 3 zlib 1.2.11 is a general purpose data compression library. All the code is 4 thread safe. The data format used by the zlib library is described by RFCs 6 http://tools.ietf.org/html/rfc1950 (zlib format), rfc1951 (deflate format) and 9 All functions of the compression library are documented in the file zlib.h 10 (volunteer to write man pages welcome, contact zlib@gzip.org). A usage example 22 Questions about zlib should be sent to <zlib@gzip.org>, or to Gilles Vollant 23 <info@winimage.com> for the Windows DLL version. The zlib home page is 24 http://zlib.net/ . Before reporting a problem, please check this site to 25 verify that you have the latest version of zlib; otherwise get the latest 28 PLEASE read the zlib FAQ http://zlib.net/zlib_faq.html before asking for help. [all …]
|
| /OK3568_Linux_fs/external/rknpu2/examples/3rdparty/opencv/opencv-linux-aarch64/share/OpenCV/licenses/ |
| H A D | zlib-README | 3 zlib 1.2.11 is a general purpose data compression library. All the code is 4 thread safe. The data format used by the zlib library is described by RFCs 6 http://tools.ietf.org/html/rfc1950 (zlib format), rfc1951 (deflate format) and 9 All functions of the compression library are documented in the file zlib.h 10 (volunteer to write man pages welcome, contact zlib@gzip.org). A usage example 22 Questions about zlib should be sent to <zlib@gzip.org>, or to Gilles Vollant 23 <info@winimage.com> for the Windows DLL version. The zlib home page is 24 http://zlib.net/ . Before reporting a problem, please check this site to 25 verify that you have the latest version of zlib; otherwise get the latest 28 PLEASE read the zlib FAQ http://zlib.net/zlib_faq.html before asking for help. [all …]
|
| /OK3568_Linux_fs/external/rknpu2/examples/3rdparty/opencv/opencv-linux-armhf/share/OpenCV/licenses/ |
| H A D | zlib-README | 3 zlib 1.2.11 is a general purpose data compression library. All the code is 4 thread safe. The data format used by the zlib library is described by RFCs 6 http://tools.ietf.org/html/rfc1950 (zlib format), rfc1951 (deflate format) and 9 All functions of the compression library are documented in the file zlib.h 10 (volunteer to write man pages welcome, contact zlib@gzip.org). A usage example 22 Questions about zlib should be sent to <zlib@gzip.org>, or to Gilles Vollant 23 <info@winimage.com> for the Windows DLL version. The zlib home page is 24 http://zlib.net/ . Before reporting a problem, please check this site to 25 verify that you have the latest version of zlib; otherwise get the latest 28 PLEASE read the zlib FAQ http://zlib.net/zlib_faq.html before asking for help. [all …]
|
| /OK3568_Linux_fs/buildroot/package/libtelnet/ |
| H A D | 0001-fix-compilation-without-zlib.patch | 4 Subject: [PATCH] Fix compilation without zlib 8 with this: it will define 'HAVE_ZLIB' to either 1 (zlib present) or 0 9 (zlib not present). For the C preprocessor, both cases mean 'defined'. 11 As a result, compilation will fail when trying to include zlib.h, which is 22 including correct handling of zlib detection [2]. 32 PKG_CHECK_MODULES([zlib], 33 [zlib], 34 [AC_DEFINE([HAVE_ZLIB], [1], [Define to 1 if you have zlib.])], 35 - [AC_DEFINE([HAVE_ZLIB], [0], [Define to 1 if you have zlib.])]) 36 + [AC_MSG_NOTICE([not enabling zlib support])])
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/ |
| H A D | zlib_dependency.pri | 1 # zlib dependency satisfied by bundled 3rd party zlib or system zlib 2 qtConfig(system-zlib) { 3 QMAKE_USE_PRIVATE += zlib 5 QT_PRIVATE += zlib-private
|
| /OK3568_Linux_fs/buildroot/package/zlib/ |
| H A D | Config.in | 11 bool "zlib support" 18 prompt "zlib variant" 24 bool "zlib" 30 http://www.zlib.net 33 bool "zlib-ng" 40 https://github.com/zlib-ng/zlib-ng 50 default "zlib-ng" if BR2_PACKAGE_ZLIB_NG
|
| /OK3568_Linux_fs/yocto/poky/meta/recipes-devtools/rsync/files/ |
| H A D | 0001-Add-missing-prototypes-to-function-declarations.patch | 26 zlib/crc32.c | 2 +- 27 zlib/trees.c | 2 +- 28 zlib/zutil.c | 4 ++-- 126 diff --git a/zlib/crc32.c b/zlib/crc32.c 128 --- a/zlib/crc32.c 129 +++ b/zlib/crc32.c 139 diff --git a/zlib/trees.c b/zlib/trees.c 141 --- a/zlib/trees.c 142 +++ b/zlib/trees.c 152 diff --git a/zlib/zutil.c b/zlib/zutil.c [all …]
|
| /OK3568_Linux_fs/yocto/meta-qt5/recipes-qt/qt5/qtwebengine/chromium/ |
| H A D | 0013-Remove-unsetting-_FILE_OFFSET_BITS.patch | 9 Upstream-Status: Submitted [https://github.com/madler/zlib/pull/764] 12 chromium/third_party/zlib/gzguts.h | 9 --------- 15 diff --git a/chromium/third_party/zlib/gzguts.h b/chromium/third_party/zlib/gzguts.h 17 --- a/chromium/third_party/zlib/gzguts.h 18 +++ b/chromium/third_party/zlib/gzguts.h 20 * For conditions of distribution and use, see copyright notice in zlib.h
|
| H A D | 0003-chromium-Exclude-CRC32-for-32bit-arm.patch | 9 src/3rdparty/chromium/third_party/zlib/crc32_simd.c:184: undefined reference to `__crc32d' 14 chromium/third_party/zlib/BUILD.gn | 5 ++++- 17 diff --git a/chromium/third_party/zlib/BUILD.gn b/chromium/third_party/zlib/BUILD.gn 19 --- a/chromium/third_party/zlib/BUILD.gn 20 +++ b/chromium/third_party/zlib/BUILD.gn
|
| /OK3568_Linux_fs/yocto/meta-qt5/recipes-qt/qt5/qtbase/ |
| H A D | 0023-zlib-Do-not-undefine-_FILE_OFFSET_BITS.patch | 4 Subject: [PATCH] zlib: Do not undefine _FILE_OFFSET_BITS 12 src/3rdparty/zlib/src/gzguts.h | 9 --------- 15 diff --git a/src/3rdparty/zlib/src/gzguts.h b/src/3rdparty/zlib/src/gzguts.h 17 --- a/src/3rdparty/zlib/src/gzguts.h 18 +++ b/src/3rdparty/zlib/src/gzguts.h
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-support/libtar/ |
| H A D | libtar_1.2.20.bb | 20 PACKAGECONFIG ??= "zlib" 21 PACKAGECONFIG[zlib] = "--with-zlib,--without-zlib,zlib"
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-python/recipes-devtools/python/python-imaging/ |
| H A D | allow.to.disable.some.features.patch | 26 zlib = jpeg = tiff = freetype = tcl = tk = lcms = None 29 - if find_include_file(self, "zlib.h"): 30 + if ZLIB_ENABLED == 'True' and find_include_file(self, "zlib.h"): 32 feature.zlib = "z" 33 elif sys.platform == "win32" and find_library_file(self, "zlib"): 34 feature.zlib = "zlib" # alternative name
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-filesystems/recipes-utils/xorriso/ |
| H A D | xorriso_1.5.5.bb | 13 PACKAGECONFIG ??= "acl attr zlib bzip2 readline" 16 PACKAGECONFIG[zlib] = "--enable-zlib,--disable-zlib,zlib,"
|
| /OK3568_Linux_fs/buildroot/package/xorriso/ |
| H A D | xorriso.mk | 15 --enable-zlib \ 23 HOST_XORRISO_DEPENDENCIES = host-zlib 59 XORRISO_DEPENDENCIES += zlib 60 XORRISO_CONF_OPTS += --enable-zlib 62 XORRISO_CONF_OPTS += --disable-zlib
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-support/neon/ |
| H A D | neon_0.30.2.bb | 20 PACKAGECONFIG ?= "expat gnutls libproxy webdav zlib" 21 PACKAGECONFIG:class-native = "expat gnutls webdav zlib" 30 PACKAGECONFIG[zlib] = "--with-zlib,--without-zlib,zlib"
|
| /OK3568_Linux_fs/buildroot/package/python3/ |
| H A D | 0026-Add-options-to-disable-zlib-bzip2-and-xz-modules.patch | 4 Subject: [PATCH] Add options to disable zlib, bzip2 and xz modules 25 +AC_ARG_ENABLE(zlib, 26 + AS_HELP_STRING([--disable-zlib], [disable zlib]), 28 + DISABLED_EXTENSIONS="${DISABLED_EXTENSIONS} zlib"
|
| /OK3568_Linux_fs/buildroot/package/kmod/ |
| H A D | kmod.mk | 38 KMOD_DEPENDENCIES += zlib 39 KMOD_CONF_OPTS += --with-zlib 41 KMOD_CONF_OPTS += --without-zlib 95 HOST_KMOD_DEPENDENCIES += host-zlib 96 HOST_KMOD_CONF_OPTS += --with-zlib 98 HOST_KMOD_CONF_OPTS += --without-zlib
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-networking/recipes-connectivity/lftp/ |
| H A D | lftp_4.9.2.bb | 19 PACKAGECONFIG ??= "openssl zlib gnutls readline expat" 21 PACKAGECONFIG[zlib] = "--with-zlib=${STAGING_INCDIR}/.., --without-zlib, zlib"
|