From f8637baaeb2ea560d8818397af40a22f223ba857 Mon Sep 17 00:00:00 2001 From: Dirk Engling Date: Mon, 15 Apr 2024 15:20:21 +0200 Subject: Allow the use of iob_init if the new libowfat is not yet available --- Makefile | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 59296bc..803a2e0 100644 --- a/Makefile +++ b/Makefile @@ -38,6 +38,10 @@ FEATURES+=-DWANT_COMPRESSION_GZIP_ALWAYS #FEATURES+=-DWANT_DEV_RANDOM FEATURES+=-DWANT_FULLSCRAPE +# You need libowfat version 0.34 to allow for automatic release of chunks during +# full scrape transfer, if you rely on an older versions, enable this flag +#FEATURES+=-DWANT_NO_AUTO_FREE + # Is enabled on BSD systems by default in trackerlogic.h # on Linux systems you will need -lbds #FEATURES+=-DWANT_ARC4RANDOM -- cgit v1.2.3