diff options
author | Cem Keylan <cem@ckyln.com> | 2020-12-27 21:25:46 +0300 |
---|---|---|
committer | Cem Keylan <cem@ckyln.com> | 2020-12-27 21:25:46 +0300 |
commit | 6f697d6ade350636ab6ac5c9d6ef4fd9b0036a55 (patch) | |
tree | af56e90c5657bcdb65eaa777ea682ae880948a9a /core/rsync | |
parent | bf0a3ff84564c809bdee68b58afe852b6a4dd233 (diff) | |
download | repository-6f697d6ade350636ab6ac5c9d6ef4fd9b0036a55.tar.gz |
rsync: fix cross build
Diffstat (limited to 'core/rsync')
-rwxr-xr-x | core/rsync/build | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/core/rsync/build b/core/rsync/build index ca967731..9514ff0c 100755 --- a/core/rsync/build +++ b/core/rsync/build @@ -7,8 +7,7 @@ cat _ > Makefile.in; rm -f _ export CFLAGS="-static $CFLAGS" -./configure \ - --prefix=/usr \ +cpt-configure \ --with-included-popt \ --disable-xxhash \ --disable-lz4 \ |