summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--meta/recipes-devtools/rsync/rsync_3.2.3.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-devtools/rsync/rsync_3.2.3.bb b/meta/recipes-devtools/rsync/rsync_3.2.3.bb
index 08778ec908..e6a3a67881 100644
--- a/meta/recipes-devtools/rsync/rsync_3.2.3.bb
+++ b/meta/recipes-devtools/rsync/rsync_3.2.3.bb
@@ -39,7 +39,7 @@ PACKAGECONFIG[zstd] = "--enable-zstd,--disable-zstd,zstd"
39CACHED_CONFIGUREVARS += "rsync_cv_can_hardlink_special=yes rsync_cv_can_hardlink_symlink=yes" 39CACHED_CONFIGUREVARS += "rsync_cv_can_hardlink_special=yes rsync_cv_can_hardlink_symlink=yes"
40 40
41EXTRA_OEMAKE = 'STRIP=""' 41EXTRA_OEMAKE = 'STRIP=""'
42EXTRA_OECONF = "--disable-simd --disable-md2man --disable-asm" 42EXTRA_OECONF = "--disable-simd --disable-md2man --disable-asm --with-nobody-group=nogroup"
43 43
44# rsync 3.0 uses configure.sh instead of configure, and 44# rsync 3.0 uses configure.sh instead of configure, and
45# makefile checks the existence of configure.sh 45# makefile checks the existence of configure.sh