mirror of
https://git.yoctoproject.org/poky
synced 2026-04-18 21:32:12 +02:00
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>
This commit is contained in:
@@ -32,9 +32,6 @@ CVE_CHECK_IGNORE += "CVE-2018-13410"
|
||||
# Not for zip but for smart contract implementation for it
|
||||
CVE_CHECK_IGNORE += "CVE-2018-13684"
|
||||
|
||||
# Enable largefile support
|
||||
CFLAGS += "-DLARGE_FILE_SUPPORT"
|
||||
|
||||
# zip.inc sets CFLAGS, but what Makefile actually uses is
|
||||
# CFLAGS_NOOPT. It will also force -O3 optimization, overriding
|
||||
# whatever we set.
|
||||
|
||||
Reference in New Issue
Block a user