From b3fa9d686796ae9afdc7df443365a6c2da7f220e Mon Sep 17 00:00:00 2001 From: Jonathan Rajotte Date: Wed, 25 Jan 2017 16:51:31 -0500 Subject: [PATCH] jjb: liburcu: "--enable-debug-rcu" is "--enable-rcu-debug" --- 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 20187c4..0e20d23 100755 --- a/scripts/liburcu/build.sh +++ b/scripts/liburcu/build.sh @@ -150,7 +150,7 @@ tls_fallback) debug-rcu) echo "Enable RCU sanity checks for debugging" if vergt "$PACKAGE_VERSION" "0.9"; then - CONF_OPTS="--enable-debug-rcu" + CONF_OPTS="--enable-rcu-debug" else CFLAGS="$CFLAGS -DDEBUG_RCU" fi -- 2.34.1