diff --git a/lib/lib.Makefile b/lib/lib.Makefile index fd0e4f80f..568d14a41 100644 --- a/lib/lib.Makefile +++ b/lib/lib.Makefile @@ -47,7 +47,7 @@ endif # look for liburing ifeq (,$(filter pkg.ngcp-rtpengine.nouring,${DEB_BUILD_PROFILES})) -ifeq ($(shell pkg-config --exists liburing && echo yes),yes) +ifeq ($(shell pkg-config --atleast-version=2.3 liburing && echo yes),yes) have_liburing := yes endif ifeq ($(have_liburing),yes)