From: Jérémie Galarneau Date: Wed, 19 Nov 2014 22:01:01 +0000 (-0500) Subject: Build fix: Apps defining _LGPL_SOURCE must link to urcu-bp X-Git-Url: https://git.lttng.org/?a=commitdiff_plain;ds=sidebyside;h=32f754b34658ed4bda092acc56ec3cdb28e4fe98;hp=32f754b34658ed4bda092acc56ec3cdb28e4fe98;p=lttng-tools.git Build fix: Apps defining _LGPL_SOURCE must link to urcu-bp Defining _LGPL_SOURCE causes lttng-ust tracepoint headers to inline uses of userspace-rcu, which make linking against urcu necessary. Signed-off-by: Jérémie Galarneau ---