MT#55283 enable liburing

Change-Id: Ie1d92bced17bd1d8f9c7bc056fef68eb6ac0d9b2
pull/1826/head
Richard Fuchs 2 years ago
parent 649485face
commit c40c117a12

@ -46,14 +46,14 @@ LDLIBS+= $(shell pkg-config --libs libsystemd)
endif endif
# look for liburing # look for liburing
#ifeq ($(shell pkg-config --exists liburing && echo yes),yes) ifeq ($(shell pkg-config --exists liburing && echo yes),yes)
#have_liburing := yes have_liburing := yes
#endif endif
#ifeq ($(have_liburing),yes) ifeq ($(have_liburing),yes)
#CFLAGS+= $(shell pkg-config --cflags liburing) CFLAGS+= $(shell pkg-config --cflags liburing)
#CFLAGS+= -DHAVE_LIBURING CFLAGS+= -DHAVE_LIBURING
#LDLIBS+= $(shell pkg-config --libs liburing) LDLIBS+= $(shell pkg-config --libs liburing)
#endif endif
ifeq ($(DBG),yes) ifeq ($(DBG),yes)
CFLAGS+= -D__DEBUG=1 CFLAGS+= -D__DEBUG=1

Loading…
Cancel
Save