mirror of
https://git.yoctoproject.org/poky
synced 2026-01-29 21:08:42 +01:00
unzip: Always enable largefile support
(From OE-Core rev: 6423a850db2d8eff08d4018c82242803625f5990) Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
@@ -46,7 +46,8 @@ UPSTREAM_CHECK_REGEX = "unzip(?P<pver>(?!552).+)\.tgz"
|
||||
|
||||
S = "${WORKDIR}/unzip60"
|
||||
|
||||
CFLAGS += "${@bb.utils.contains('DISTRO_FEATURES', 'largefile', '-DLARGE_FILE_SUPPORT', '', d)}"
|
||||
# Enable largefile support
|
||||
CFLAGS += "-DLARGE_FILE_SUPPORT"
|
||||
|
||||
# Makefile uses CF_NOOPT instead of CFLAGS. We lifted the values from
|
||||
# Makefile and add CFLAGS. Optimization will be overriden by unzip
|
||||
|
||||
Reference in New Issue
Block a user