]> git.puffer.fish Git - mirror/frr.git/commit
build: improve python search pattern
authorDavid Lamparter <equinox@opensourcerouting.org>
Wed, 22 Aug 2018 04:04:32 +0000 (06:04 +0200)
committerDavid Lamparter <equinox@opensourcerouting.org>
Thu, 30 Aug 2018 06:06:44 +0000 (08:06 +0200)
commit0fca9cee3641a1e75f9d56a8ad8f5ce8bc824d93
tree0750f11214266d6f2d11233efb534956255f5f1e
parent892d21b17164713f7eb655d340be7c77f4b5104e
build: improve python search pattern

- try pythonN.N-config after pythonN-config
- use "python-config --ldflags" instead of --libs
- add Python 3.6 to explicitly searched versions
- if linking fails, try with "-lz" added

Signed-off-by: David Lamparter <equinox@diac24.net>
configure.ac