From: Mathieu Desnoyers Date: Thu, 9 Jun 2011 00:39:47 +0000 (-0400) Subject: Add missing -lwfqueue to add rcu flavors X-Git-Tag: v0.6.0~32 X-Git-Url: http://git.liburcu.org/?a=commitdiff_plain;h=e7ca6e41edaf162282d378c4cef2c81801e8af18;hp=e7ca6e41edaf162282d378c4cef2c81801e8af18;p=urcu.git Add missing -lwfqueue to add rcu flavors Otherwise, linking with the flavor .so leads to: /usr/local/lib/liburcu-bp.so: undefined reference to `cds_wfq_enqueue' /usr/local/lib/liburcu-bp.so: undefined reference to `cds_wfq_init' /usr/local/lib/liburcu-bp.so: undefined reference to `cds_wfq_node_init' Signed-off-by: Mathieu Desnoyers ---