[issue9807] deriving configuration information for different builds with the same prefix

Matthias Klose report at bugs.python.org
Mon Oct 18 12:47:27 CEST 2010


Matthias Klose <doko at debian.org> added the comment:

Index: Misc/python.pc.in
===================================================================
--- Misc/python.pc.in	(Revision 85644)
+++ Misc/python.pc.in	(Arbeitskopie)
@@ -8,6 +8,6 @@
 Requires: 
 Version: @VERSION@
 Libs.private: @LIBS@
-Libs: -L${libdir} -lpython at VERSION@
+Libs: -L${libdir} -lpython at VERSION@@ABIFLAGS@
 Cflags: -I${includedir}/python at VERSION@

----------

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue9807>
_______________________________________


More information about the Python-bugs-list mailing list