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 <patrick@stwcx.xyz>
Change-Id: I1d6ac913d43f5f69bf7e2d706683a2fe047da181
diff --git a/meta-phosphor/recipes-devtools/rsync/rsync_%.bbappend b/meta-phosphor/recipes-devtools/rsync/rsync_%.bbappend
index e921c80..8502a0a 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 = ""