From 1950cf85b47f7c8407b3318a4f8fc57c0af6d6ba Mon Sep 17 00:00:00 2001 From: Jeremy Harris Date: Sat, 18 Apr 2020 15:36:54 +0100 Subject: readsocket expansion: response caching --- src/scripts/lookups-Makefile | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/scripts/lookups-Makefile') diff --git a/src/scripts/lookups-Makefile b/src/scripts/lookups-Makefile index 498184ff6..63f3eb86e 100755 --- a/src/scripts/lookups-Makefile +++ b/src/scripts/lookups-Makefile @@ -182,6 +182,9 @@ then OBJ="${OBJ} lmdb.o" fi +# readsock is always wanted as it implements the ${readsock } expansion +OBJ="${OBJ} readsock.o" + echo "MODS = $MODS" echo "OBJ = $OBJ" -- cgit v1.2.3