One more change for issue 9807, by Matthias Klose.

This adds $ABIFLAGS to the static library, since it should match the shared
library name.  Also, include the abiflags in python-config --libs.
This commit is contained in:
Barry Warsaw 2010-10-18 17:09:07 +00:00
parent eebccfb10c
commit f040d7de94
4 changed files with 6 additions and 5 deletions

View file

@ -8,6 +8,6 @@ Description: Python library
Requires:
Version: @VERSION@
Libs.private: @LIBS@
Libs: -L${libdir} -lpython@VERSION@
Libs: -L${libdir} -lpython@VERSION@@ABIFLAGS@
Cflags: -I${includedir}/python@VERSION@