From a0493692ff9158c5fd9f93b47acefee9bac419d5 Mon Sep 17 00:00:00 2001 From: Jonathan Rajotte Date: Wed, 25 Jan 2017 17:03:08 -0500 Subject: [PATCH] jjb: liburcu: Use "--enable-rcu-debug" when version >=0.10 Signed-off-by: Jonathan Rajotte --- scripts/liburcu/build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/liburcu/build.sh b/scripts/liburcu/build.sh index 0e20d23..b9e9e01 100755 --- a/scripts/liburcu/build.sh +++ b/scripts/liburcu/build.sh @@ -149,7 +149,7 @@ tls_fallback) debug-rcu) echo "Enable RCU sanity checks for debugging" - if vergt "$PACKAGE_VERSION" "0.9"; then + if vergte "$PACKAGE_VERSION" "0.10"; then CONF_OPTS="--enable-rcu-debug" else CFLAGS="$CFLAGS -DDEBUG_RCU" -- 2.34.1