rsync: fix reported version for rsync client

This commit is contained in:
mglae 2021-09-23 12:36:18 -04:00 committed by Chad Wagner
parent 0424766dde
commit 5f691cc26b

View File

@ -30,3 +30,12 @@ PKG_CONFIGURE_OPTS_TARGET="--disable-acl-support \
--disable-zstd \
--with-included-popt \
--without-included-zlib"
pre_make_host() {
# do not detect LE git version
echo "#define RSYNC_GITVER \"${PKG_VERSION}\"" >git-version.h
}
pre_make_target() {
pre_make_host
}