Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
build: support enabled options when building seastar-module
before this change, when building seastar-module, we don't check for the enabled features. so, for instance io uring backend is not enabled even `Seastar_IO_URING` is set. in this change we * check for the enabled options, * link against the related libraries, and * add the required macro definitions this should enable seastar-module to build with, for instance, io_uring backend enabled. as `SEASTAR_HAVE_URING` enables this backend when building `src/core/reactor_backend.cc`. Fixes #2249 Signed-off-by: Kefu Chai <[email protected]>
- Loading branch information