Fix: use LDFLAGS instead of LIBS for python bindings
authorMichael Jeanson <mjeanson@efficios.com>
Fri, 2 Jun 2017 15:56:44 +0000 (11:56 -0400)
committerJérémie Galarneau <jeremie.galarneau@efficios.com>
Thu, 27 Jul 2017 19:41:56 +0000 (15:41 -0400)
commit772ff7857761fb0fd12c5c158ae69460f9baf3dc
tree3d69bba88b286dc32bb596eaf850f32bef80d16a
parentf1fca3e29f44493693458e59785beff856946f46
Fix: use LDFLAGS instead of LIBS for python bindings

Turns out that contrary to what is documented some versions of distutils
don't honor the LIBS variable, use LDFLAGS instead.

Signed-off-by: Michael Jeanson <mjeanson@efficios.com>
Signed-off-by: Jérémie Galarneau <jeremie.galarneau@efficios.com>
bindings/python/Makefile.am
This page took 0.02383 seconds and 4 git commands to generate.