From f9e48ee361801809bbd8903046aff130b89fd344 Mon Sep 17 00:00:00 2001 From: Glenn Strauss Date: Wed, 8 Jul 2020 04:27:09 -0400 Subject: [PATCH] build updates for lighttpd: recommend -DNO_BIO (cherry picked from commit bfe12839e18ccc3ab95cfc33b34c875ebe55c14a) --- configure.ac | 1 + 1 file changed, 1 insertion(+) diff --git a/configure.ac b/configure.ac index a687e1f47..b3260bf3f 100644 --- a/configure.ac +++ b/configure.ac @@ -3931,6 +3931,7 @@ then fi # w/ lighttpd 1.4.56 once wolfSSL updated to expose non-filesystem funcs + #AM_CFLAGS="$AM_CFLAGS -DNO_BIO" #AM_CFLAGS="$AM_CFLAGS -DNO_FILESYSTEM" #ENABLED_FILESYSTEM=no fi