fix: Use python-config 'ldflags' instead of 'libs'
authorMichael Jeanson <mjeanson@efficios.com>
Thu, 27 Jun 2019 19:16:48 +0000 (15:16 -0400)
committerPhilippe Proulx <eeppeliteloop@gmail.com>
Thu, 27 Jun 2019 20:53:52 +0000 (16:53 -0400)
commit0b9113bf4f1613f059c5a9bf012b534837b18e55
tree7ade04574f9b3f5b5a53a698c17c7e99568a0a51
parent5b7b55be46763e1786bb0be0e188c21e669f81b7
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.024855 seconds and 4 git commands to generate.