From 2093efceabc5130754e23b10a6f26e5a17ded28f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rafael=20=C3=81vila=20de=20Esp=C3=ADndola?= Date: Wed, 23 Sep 2020 13:24:24 -0700 Subject: [PATCH] build: Upgrade to seastar API level 5 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Rafael Ávila de Espíndola Message-Id: <20200923202424.216444-1-espindola@scylladb.com> --- configure.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.py b/configure.py index e07292fd79de..4b4e767b66dc 100755 --- a/configure.py +++ b/configure.py @@ -1259,7 +1259,7 @@ def configure_seastar(build_dir, mode): '-DSeastar_CXX_FLAGS={}'.format((seastar_cflags + ' ' + modes[mode]['cxx_ld_flags']).replace(' ', ';')), '-DSeastar_LD_FLAGS={}'.format(seastar_ldflags), '-DSeastar_CXX_DIALECT=gnu++20', - '-DSeastar_API_LEVEL=4', + '-DSeastar_API_LEVEL=5', '-DSeastar_UNUSED_RESULT_ERROR=ON', ]