diff options
author | Chen Qi <Qi.Chen@windriver.com> | 2023-06-19 12:35:54 +0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2023-06-21 18:38:25 +0100 |
commit | a3d3db655f3454b53afb806dd9520352cd24a8ca (patch) | |
tree | b911b2649d3d514c76a3701858babdf7eb224d9d /meta/recipes-extended/zip | |
parent | 9c6d3c68d030d59b763b7a66e5139b1df5c7e397 (diff) | |
download | poky-a3d3db655f3454b53afb806dd9520352cd24a8ca.tar.gz |
zip: remove unnecessary LARGE_FILE_SUPPORT CLFAGS
As the zip's configure has been updated to use compile-time
check, it now can do the check correctly, thus no need to
pass LARGE_FILE_SUPPORT to CFLAGS.
(From OE-Core rev: 601f45bc4e6c563ebf16e724d56519a128815034)
Signed-off-by: Chen Qi <Qi.Chen@windriver.com>
Signed-off-by: Luca Ceresoli <luca.ceresoli@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-extended/zip')
-rw-r--r-- | meta/recipes-extended/zip/zip_3.0.bb | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/meta/recipes-extended/zip/zip_3.0.bb b/meta/recipes-extended/zip/zip_3.0.bb index 802877285f..82153131b4 100644 --- a/meta/recipes-extended/zip/zip_3.0.bb +++ b/meta/recipes-extended/zip/zip_3.0.bb | |||
@@ -32,9 +32,6 @@ CVE_CHECK_IGNORE += "CVE-2018-13410" | |||
32 | # Not for zip but for smart contract implementation for it | 32 | # Not for zip but for smart contract implementation for it |
33 | CVE_CHECK_IGNORE += "CVE-2018-13684" | 33 | CVE_CHECK_IGNORE += "CVE-2018-13684" |
34 | 34 | ||
35 | # Enable largefile support | ||
36 | CFLAGS += "-DLARGE_FILE_SUPPORT" | ||
37 | |||
38 | # zip.inc sets CFLAGS, but what Makefile actually uses is | 35 | # zip.inc sets CFLAGS, but what Makefile actually uses is |
39 | # CFLAGS_NOOPT. It will also force -O3 optimization, overriding | 36 | # CFLAGS_NOOPT. It will also force -O3 optimization, overriding |
40 | # whatever we set. | 37 | # whatever we set. |