From: Khem Raj Date: Wed, 8 Apr 2026 07:43:41 +0000 (-0700) Subject: rsync: Add packageconfig to use system zlib X-Git-Url: http://git.ipfire.org/gitweb/?a=commitdiff_plain;h=134acaf30f5e82df3db4050420876b0ef8a659ea;p=thirdparty%2Fopenembedded%2Fopenembedded-core.git rsync: Add packageconfig to use system zlib Enable using system zlib by default, avoid copies and duplicate builds Signed-off-by: Khem Raj Signed-off-by: Mathieu Dubois-Briand Signed-off-by: Richard Purdie --- diff --git a/meta/recipes-devtools/rsync/rsync_3.4.1.bb b/meta/recipes-devtools/rsync/rsync_3.4.1.bb index 6de30d337d..2e4f9af311 100644 --- a/meta/recipes-devtools/rsync/rsync_3.4.1.bb +++ b/meta/recipes-devtools/rsync/rsync_3.4.1.bb @@ -22,7 +22,7 @@ SRC_URI[sha256sum] = "2924bcb3a1ed8b551fc101f740b9f0fe0a202b115027647cf69850d65f # Doesn't use automake inherit autotools-brokensep -PACKAGECONFIG ??= "acl attr \ +PACKAGECONFIG ??= "acl attr system-zlib \ ${@bb.utils.filter('DISTRO_FEATURES', 'ipv6', d)} \ " @@ -33,6 +33,7 @@ PACKAGECONFIG[lz4] = "--enable-lz4,--disable-lz4,lz4" PACKAGECONFIG[openssl] = "--enable-openssl,--disable-openssl,openssl" PACKAGECONFIG[xxhash] = "--enable-xxhash,--disable-xxhash,xxhash" PACKAGECONFIG[zstd] = "--enable-zstd,--disable-zstd,zstd" +PACKAGECONFIG[system-zlib] = "--with-included-zlib=no,--with-included-zlib=yes,zlib" # By default, if crosscompiling, rsync disables a number of # capabilities, hardlinking symlinks and special files (i.e. devices)