[prev in list] [next in list] [prev in thread] [next in thread] 

List:       openembedded-commits
Subject:    [oe-commits] Khem Raj : curl: Fix wrong assumption about sizeof off_t on largefile systems
From:       git () git ! openembedded ! org (git at git ! openembedded ! org)
Date:       2015-04-29 22:05:47
Message-ID: 20150429220547.761005034B () opal ! openembedded ! org
[Download RAW message or body]

Module: openembedded-core.git
Branch: master-next
Commit: 225be9cc28d883cac8644b403f899e426d18d5b4
URL:    http://git.openembedded.org/?p=openembedded-core.git&a=commit;h=225be9cc28d883cac8644b403f899e426d18d5b4


Author: Khem Raj <raj.khem at gmail.com>
Date:   Tue Apr 28 22:34:22 2015 -0700

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
Signed-off-by: Khem Raj <raj.khem at gmail.com>
Signed-off-by: Richard Purdie <richard.purdie at linuxfoundation.org>

---

 meta/recipes-support/curl/curl_7.42.0.bb | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/meta/recipes-support/curl/curl_7.42.0.bb \
b/meta/recipes-support/curl/curl_7.42.0.bb index d4445ff..228bdb2 100644
--- a/meta/recipes-support/curl/curl_7.42.0.bb
+++ b/meta/recipes-support/curl/curl_7.42.0.bb
@@ -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


[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic