From da21718ab320f144e22b6b1147fc8b5d6401870a Mon Sep 17 00:00:00 2001 From: Tavian Barnes Date: Thu, 12 Oct 2023 22:14:34 -0400 Subject: build: Re-enable liburing This reverts commit 735a2979a37251dc447274aa888ad77ded126457. --- GNUmakefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/GNUmakefile b/GNUmakefile index 27d6674..a5a2a00 100644 --- a/GNUmakefile +++ b/GNUmakefile @@ -126,7 +126,7 @@ ifndef NOLIBS USE_ACL := y USE_ATTR := y USE_LIBCAP := y -# USE_LIBURING := y +USE_LIBURING := y endif ifdef USE_ACL -- cgit v1.2.3