From: Jonathan Rajotte Date: Wed, 25 Jan 2017 22:03:08 +0000 (-0500) Subject: jjb: liburcu: Use "--enable-rcu-debug" when version >=0.10 X-Git-Url: https://git.liburcu.org/?a=commitdiff_plain;h=a0493692ff9158c5fd9f93b47acefee9bac419d5;p=lttng-ci.git jjb: liburcu: Use "--enable-rcu-debug" when version >=0.10 Signed-off-by: Jonathan Rajotte --- 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"