From 6f697d6ade350636ab6ac5c9d6ef4fd9b0036a55 Mon Sep 17 00:00:00 2001 From: Cem Keylan Date: Sun, 27 Dec 2020 21:25:46 +0300 Subject: rsync: fix cross build --- core/rsync/build | 3 +-- 1 file changed, 1 insertion(+), 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 \ -- cgit v1.2.3