mirror of
https://git.yoctoproject.org/poky
synced 2026-02-20 08:29:42 +01:00
curl: Fix wrong assumption about sizeof off_t on largefile systems
This issue was reported on poky ml as well see https://lists.yoctoproject.org/pipermail/poky/2013-December/009435.html Change-Id: Iedf22467889893111fde0433e411fd0546a38546 (From OE-Core rev: 3c58712465494e441c4036a7cf21d2e6d343efab) Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
@@ -37,6 +37,9 @@ EXTRA_OECONF = "--without-libidn \
|
||||
--disable-ldaps \
|
||||
--with-ca-bundle=${sysconfdir}/ssl/certs/ca-certificates.crt \
|
||||
"
|
||||
# see https://lists.yoctoproject.org/pipermail/poky/2013-December/009435.html
|
||||
# We should ideally drop ac_cv_sizeof_off_t from site files but until then
|
||||
EXTRA_OECONF += "${@bb.utils.contains('DISTRO_FEATURES', 'largefile', 'ac_cv_sizeof_off_t=8', '', d)}"
|
||||
|
||||
do_install_append() {
|
||||
oe_multilib_header curl/curlbuild.h
|
||||
|
||||
Reference in New Issue
Block a user