From: Khem Raj Date: Sat, 13 Aug 2022 04:28:05 +0000 (-0700) Subject: unzip: Always enable largefile support X-Git-Tag: lucaceresoli/bug-15201-perf-libtraceevent-missing~3275 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=6423a850db2d8eff08d4018c82242803625f5990;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.git unzip: Always enable largefile support Signed-off-by: Khem Raj Signed-off-by: Richard Purdie --- diff --git a/meta/recipes-extended/unzip/unzip_6.0.bb b/meta/recipes-extended/unzip/unzip_6.0.bb index 96068eefdd2..a4d10c30aa2 100644 --- a/meta/recipes-extended/unzip/unzip_6.0.bb +++ b/meta/recipes-extended/unzip/unzip_6.0.bb @@ -46,7 +46,8 @@ UPSTREAM_CHECK_REGEX = "unzip(?P(?!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