Fix: Add --no-as-needed to the demo example's Makefile
authorJérémie Galarneau <jeremie.galarneau@efficios.com>
Fri, 14 Jun 2013 21:33:47 +0000 (17:33 -0400)
committerMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Fri, 14 Jun 2013 21:33:47 +0000 (17:33 -0400)
commit6e266bf56abf8746b3b42ee8d387f1cfb186a999
tree86684a1aad59f17e4766f2482e4efc65e3e1e938
parent415dfaf718b209207bf492a5f9afa571f76d789c
Fix: Add --no-as-needed to the demo example's Makefile

Some distributions now ship with the --as-needed linker flag
set by default (Ubuntu 13.04). This will cause the linker to
remove the references to lttng-ust from the provider objects
thus causing the application to fail when preloading them.

Signed-off-by: Jérémie Galarneau <jeremie.galarneau@efficios.com>
Signed-off-by: Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
doc/examples/demo/Makefile
This page took 0.024344 seconds and 4 git commands to generate.