Disallow building static librairies
authorMichael Jeanson <mjeanson@efficios.com>
Tue, 25 Apr 2023 13:22:14 +0000 (09:22 -0400)
committerMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Tue, 9 Jan 2024 19:55:14 +0000 (14:55 -0500)
commit79f8dc6f50b20fb6b1d99f9bd97d70aa361bc6ad
treed3f77fdeadd9692762d970658f3f74d55a877878
parent717c38f658248bc04ccfc6e7fdf5d03040c2a846
Disallow building static librairies

We don't officialy support static linking the LTTng-UST tracer, however
the autotools build system still allows building static libraries.

Make it impossible to build static libraries without modifying the
configure.ac script to make it explicit.

Adding support for static linking would require a lot of additional
testing an also for applications to explicitly call the library
constructor.

Change-Id: I55d7d9db9fa9c8623305901d085aef1a33286f28
Signed-off-by: Michael Jeanson <mjeanson@efficios.com>
Signed-off-by: Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
configure.ac
This page took 0.024515 seconds and 4 git commands to generate.