aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCem Keylan <cem@ckyln.com>2020-12-27 21:25:46 +0300
committerCem Keylan <cem@ckyln.com>2020-12-27 21:25:46 +0300
commit6f697d6ade350636ab6ac5c9d6ef4fd9b0036a55 (patch)
treeaf56e90c5657bcdb65eaa777ea682ae880948a9a
parentbf0a3ff84564c809bdee68b58afe852b6a4dd233 (diff)
downloadrepository-6f697d6ade350636ab6ac5c9d6ef4fd9b0036a55.tar.gz
rsync: fix cross build
-rwxr-xr-xcore/rsync/build3
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 \