From: Markham Date: Thu, 12 Dec 2019 18:47:13 +0000 (+0100) Subject: rsync: smaller build X-Git-Url: https://git.webhop.me/?a=commitdiff_plain;h=22d7a45ab6d671514c6d9a9bcb7872a9bda6ee5f;p=bs-cst-neutrino-hd.git rsync: smaller build --- diff --git a/make/system-tools.mk b/make/system-tools.mk index 13e3410..3105798 100644 --- a/make/system-tools.mk +++ b/make/system-tools.mk @@ -15,6 +15,9 @@ $(D)/rsync: $(ARCHIVE)/rsync-$(RSYNC_VER).tar.gz | $(TARGETPREFIX) --sysconfdir=/etc \ --disable-debug \ --disable-locale \ + --disable-acl-support \ + --with-included-zlib=no \ + --with-included-popt=no \ ; \ $(MAKE) all; \ $(MAKE) install-all DESTDIR=$(TARGETPREFIX)