summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorDirk Engling <erdgeist@erdgeist.org>2024-04-15 15:20:21 +0200
committerDirk Engling <erdgeist@erdgeist.org>2024-04-15 15:20:21 +0200
commitf8637baaeb2ea560d8818397af40a22f223ba857 (patch)
treee00870e2600ad288612e32deaf85050667587fcf /Makefile
parentb1606fd37ead0b92c81cb22a345384120b31affc (diff)
Allow the use of iob_init if the new libowfat is not yet available
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 59296bc..803a2e0 100644
--- a/Makefile
+++ b/Makefile
@@ -38,6 +38,10 @@ FEATURES+=-DWANT_COMPRESSION_GZIP_ALWAYS
38#FEATURES+=-DWANT_DEV_RANDOM 38#FEATURES+=-DWANT_DEV_RANDOM
39FEATURES+=-DWANT_FULLSCRAPE 39FEATURES+=-DWANT_FULLSCRAPE
40 40
41# You need libowfat version 0.34 to allow for automatic release of chunks during
42# full scrape transfer, if you rely on an older versions, enable this flag
43#FEATURES+=-DWANT_NO_AUTO_FREE
44
41# Is enabled on BSD systems by default in trackerlogic.h 45# Is enabled on BSD systems by default in trackerlogic.h
42# on Linux systems you will need -lbds 46# on Linux systems you will need -lbds
43#FEATURES+=-DWANT_ARC4RANDOM 47#FEATURES+=-DWANT_ARC4RANDOM