fix: Use python-config 'ldflags' instead of 'libs'
authorMichael Jeanson <mjeanson@efficios.com>
Thu, 27 Jun 2019 19:16:48 +0000 (15:16 -0400)
committerJérémie Galarneau <jeremie.galarneau@efficios.com>
Thu, 18 Jul 2019 15:53:33 +0000 (11:53 -0400)
commit90107d5119fe7e72c83bd8fc71e9939a9b6c6127
tree481e28275d5163aeebd81176e3d21d7a99e367e7
parent143feff5b3233146561dd4d2fa85c497f60e801c
fix: Use python-config 'ldflags' instead of 'libs'

This allows building the python plugin provider against a Python
installation that is not in the default system path.

The output of '--ldflags' is the same as '--libs' with the added linker
path to the python library.

Signed-off-by: Michael Jeanson <mjeanson@efficios.com>
Change-Id: Idf0171bdc181a7d6d7593021dab957437772b2f5
Reviewed-on: https://review.lttng.org/c/babeltrace/+/1558
Tested-by: jenkins <jenkins@lttng.org>
Reviewed-by: Philippe Proulx <eeppeliteloop@gmail.com>
configure.ac
src/python-plugin-provider/Makefile.am
This page took 0.025018 seconds and 4 git commands to generate.