summaryrefslogtreecommitdiff
path: root/Misc/python.pc.in
diff options
context:
space:
mode:
authorBarry Warsaw <barry@python.org>2010-10-18 17:09:07 +0000
committerBarry Warsaw <barry@python.org>2010-10-18 17:09:07 +0000
commitedc35f08db489f4b5c5b55ca07727f04dce372c7 (patch)
tree124c851a2279f0834982d1e68c622c67d9f5b93c /Misc/python.pc.in
parent572d7e37667970db0054086e5129976bf301480c (diff)
downloadcpython-edc35f08db489f4b5c5b55ca07727f04dce372c7.tar.gz
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.
Diffstat (limited to 'Misc/python.pc.in')
-rw-r--r--Misc/python.pc.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/Misc/python.pc.in b/Misc/python.pc.in
index 08481a9580..23b933a1dd 100644
--- a/Misc/python.pc.in
+++ b/Misc/python.pc.in
@@ -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@