mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-08-05 17:07:49 +00:00
rsync: fix reported version for rsync client
This commit is contained in:
parent
4c3b38c68e
commit
8bb3765d74
@ -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