From 2bc3fc6cb979bfef22109122060ad758dd239d06 Mon Sep 17 00:00:00 2001 From: Patrick Williams Date: Wed, 31 Aug 2022 06:35:31 -0500 Subject: rsync: re-enable largefile support For some reason we've disabled largefile support in rsync since we added the package. Starting with rsync 3.2.5, disabling largefile support appears to be broken. Enable it to allow compile. Signed-off-by: Patrick Williams Change-Id: I1d6ac913d43f5f69bf7e2d706683a2fe047da181 --- meta-phosphor/recipes-devtools/rsync/rsync_%.bbappend | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/meta-phosphor/recipes-devtools/rsync/rsync_%.bbappend b/meta-phosphor/recipes-devtools/rsync/rsync_%.bbappend index e921c809c7..8502a0af13 100644 --- a/meta-phosphor/recipes-devtools/rsync/rsync_%.bbappend +++ b/meta-phosphor/recipes-devtools/rsync/rsync_%.bbappend @@ -1,6 +1,7 @@ -EXTRA_OECONF:append:class-target = " --disable-largefile --disable-locale \ - --disable-iconv --without-included-popt \ - --without-included-zlib" +EXTRA_OECONF:append:class-target = " \ + --disable-locale --disable-iconv \ + --without-included-popt --without-included-zlib \ +" PACKAGECONFIG = "" -- cgit v1.2.3