Disable build of libraries/tests that rely on the RTLD_NEXT GNU extension
authorChristian Babeux <christian.babeux@efficios.com>
Wed, 28 Nov 2012 04:42:52 +0000 (23:42 -0500)
committerChristian Babeux <christian.babeux@efficios.com>
Wed, 28 Nov 2012 04:42:52 +0000 (23:42 -0500)
commitcbd7f39d9267e24159023db91712ca91558c5cc8
tree0d969b821ed9a965454954d31b699a812ebc7b72
parent68f71a808863802927fe2a649304ae4f3e2b19cb
Disable build of libraries/tests that rely on the RTLD_NEXT GNU extension

The liblttng-ust-fork and liblttng-ust-libc-wrapper rely on the RTLD_NEXT
GNU extension of dlsym(3) to lookup/override symbols in libc. This extension
is not available on Cygwin. Disable building of these libraries for the
moment.
Makefile.am
configure.ac
tests/Makefile.am
This page took 0.024682 seconds and 4 git commands to generate.