CVSROOT: /cvs
Module name: ports
Changes by: [email protected] 2020/08/08 15:53:46
Modified files:
net/rsync : Makefile
Log message:
Disable lz4, zstd and xhash again
The dependencies are too big, rsync should stay mostly self contained as
discussed/demanded after the last update commit enabled them.
This fixes the iconv flavour as well which I broke by moving CONFIGURE_ENV
out of the FLAVOR conditional, although in practise -liconv is still picked
up when building with --disable-rsync, so something else seems fishy here.
OK jca espie