Fix: liblttng-ust-tracepoint missing symbols when using ld "no-undefined"
authorChristian Babeux <christian.babeux@efficios.com>
Tue, 27 Nov 2012 22:16:28 +0000 (17:16 -0500)
committerChristian Babeux <christian.babeux@efficios.com>
Tue, 27 Nov 2012 22:16:28 +0000 (17:16 -0500)
commitdc58067e5a8b6717acd5c2d9031755aeb67e7cc1
treee2c61ad97b84bb180c4cfb018dbeec5d27d7ed8f
parent0b8734858cb5d1dec4e8895bfbb5ad62cebc2b37
Fix: liblttng-ust-tracepoint missing symbols when using ld "no-undefined"

When using the LDFLAGS="-Wl,-no-undefined", ld complains about undefined
references to ust_safe_snprintf, patient_write and init_usterr.
The fix is to add the appropriate libraries where those symbols
are defined to the libtool LIBADD flag.
liblttng-ust/Makefile.am
This page took 0.02583 seconds and 4 git commands to generate.