]> Sergey Matveev's repositories - bfs.git/commitdiff
build: Re-enable liburing
authorTavian Barnes <tavianator@tavianator.com>
Fri, 13 Oct 2023 02:14:34 +0000 (22:14 -0400)
committerTavian Barnes <tavianator@tavianator.com>
Fri, 13 Oct 2023 02:14:34 +0000 (22:14 -0400)
This reverts commit 735a2979a37251dc447274aa888ad77ded126457.

GNUmakefile

index 27d667472d92a5d8d1a7aee9be5d6121265084b3..a5a2a00f70511db476c881c4ad190bb80f31591a 100644 (file)
@@ -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