diff options
| -rw-r--r-- | meta/recipes-extended/zip/zip_3.0.bb | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/meta/recipes-extended/zip/zip_3.0.bb b/meta/recipes-extended/zip/zip_3.0.bb index 07a67b9634..d560c83464 100644 --- a/meta/recipes-extended/zip/zip_3.0.bb +++ b/meta/recipes-extended/zip/zip_3.0.bb | |||
| @@ -29,6 +29,8 @@ CVE_CHECK_IGNORE += "CVE-2018-13410" | |||
| 29 | # Not for zip but for smart contract implementation for it | 29 | # Not for zip but for smart contract implementation for it |
| 30 | CVE_CHECK_IGNORE += "CVE-2018-13684" | 30 | CVE_CHECK_IGNORE += "CVE-2018-13684" |
| 31 | 31 | ||
| 32 | CFLAGS += "${@bb.utils.contains('DISTRO_FEATURES', 'largefile', '-DLARGE_FILE_SUPPORT', '', d)}" | ||
| 33 | |||
| 32 | # zip.inc sets CFLAGS, but what Makefile actually uses is | 34 | # zip.inc sets CFLAGS, but what Makefile actually uses is |
| 33 | # CFLAGS_NOOPT. It will also force -O3 optimization, overriding | 35 | # CFLAGS_NOOPT. It will also force -O3 optimization, overriding |
| 34 | # whatever we set. | 36 | # whatever we set. |
