From 57b5bc9c87ba090e198c9e5ec679ad81db88a093 Mon Sep 17 00:00:00 2001 From: Zdenek Kabelac Date: Sat, 10 Apr 2021 22:09:32 +0200 Subject: configure: make aio optional Add support for external AIO_CFLAGS and AIO_LIBS so user can point to his own build - this might be useful when user wants to use own libaio library. --- make.tmpl.in | 2 ++ 1 file changed, 2 insertions(+) (limited to 'make.tmpl.in') diff --git a/make.tmpl.in b/make.tmpl.in index 14557c4c4..73bf298c7 100644 --- a/make.tmpl.in +++ b/make.tmpl.in @@ -76,6 +76,8 @@ LIB_SUFFIX = @LIB_SUFFIX@ DL_LIBS = @DL_LIBS@ RT_LIBS = @RT_LIBS@ M_LIBS = @M_LIBS@ +AIO_LIBS = @AIO_LIBS@ +AIO_CFLAGS = @AIO_CFLAGS@ PTHREAD_LIBS = @PTHREAD_LIBS@ READLINE_LIBS = @READLINE_LIBS@ EDITLINE_LIBS = @EDITLINE_LIBS@ -- cgit v1.2.1