]> Sergey Matveev's repositories - bfs.git/commitdiff
build: Disable liburing for now
authorTavian Barnes <tavianator@tavianator.com>
Fri, 13 Oct 2023 02:12:35 +0000 (22:12 -0400)
committerTavian Barnes <tavianator@tavianator.com>
Fri, 13 Oct 2023 02:13:38 +0000 (22:13 -0400)
liburing will be enabled for the next feature release.

GNUmakefile

index c1296f9045f3fbbd12e864eddf92d8322b50ee31..69cfe3d29c11bb8b716540c95a546e0104bd0859 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