diff --git a/meta/recipes-devtools/rsync/rsync_3.0.9.bb b/meta/recipes-devtools/rsync/rsync_3.0.9.bb
index 8fb0140..74eacc9 100644
--- a/meta/recipes-devtools/rsync/rsync_3.0.9.bb
+++ b/meta/recipes-devtools/rsync/rsync_3.0.9.bb
@@ -14,6 +14,12 @@ EXTRA_OECONF += "--disable-xattr-support --disable-acl-support"
 do_configure_prepend () {
 	rm -f configure configure.sh
 	cp -f ${WORKDIR}/acinclude.m4 ${S}/
+
+	# by default, if crosscompiling, rsync                                                           
+	# disables a number of capabilities, hardlinking                                                 
+	# symlinks and special files (ie devices)
+	export rsync_cv_can_hardlink_special=yes
+	export rsync_cv_can_hardlink_symlink=yes 
 }
 
 do_configure_append () {
