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:34:08 +0000 (17:34 -0400)
commitb7d0e73d75544db2caf438141d3d0f1624008b47
treef4634c7ada6e29d5be74365d990fa3eeff96c3fb
parent312876ad18b51b3c56318a55e52be8e69556dc43
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.026218 seconds and 4 git commands to generate.