mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-08-03 07:57:49 +00:00
rsync: fix reported version for rsync client
This commit is contained in:
parent
0424766dde
commit
5f691cc26b
@ -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
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user