diff --git a/2.12/lttng-docs-2.12.txt b/2.12/lttng-docs-2.12.txt index 4b87947..5fc5dc4 100644 --- a/2.12/lttng-docs-2.12.txt +++ b/2.12/lttng-docs-2.12.txt @@ -1,7 +1,7 @@ The LTTng Documentation ======================= Philippe Proulx -v2.12, 25 February 2021 +v2.12, 29 March 2021 include::../common/copyright.txt[] @@ -4004,9 +4004,9 @@ or LTTng packages: [role="term"] ---- $ cd $(mktemp -d) && -wget http://lttng.org/files/urcu/userspace-rcu-latest-0.9.tar.bz2 && -tar -xf userspace-rcu-latest-0.9.tar.bz2 && -cd userspace-rcu-0.9.* && +wget http://lttng.org/files/urcu/userspace-rcu-latest-0.11.tar.bz2 && +tar -xf userspace-rcu-latest-0.11.tar.bz2 && +cd userspace-rcu-0.11.* && ./configure --libdir=/usr/local/lib32 CFLAGS=-m32 && make && sudo make install &&