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>
Tue, 13 Jun 2017 15:38:35 +0000 (11:38 -0400)
commita0439ffe845f429cb26547717ae6fbbe6e2c7e80
tree34f8dd5db6db6f22fb5f9fcbb592df12fa5cd455
parent98d8d2bc605dec8ac3bea3349b2dbab5182f1620
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.023786 seconds and 4 git commands to generate.