This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author doko
Recipients Arfrever, amaury.forgeotdarc, barry, dmalcolm, doko, eric.araujo, eric.smith, fdrake, loewis, pitrou, r.david.murray
Date 2010-10-18.10:47:25
SpamBayes Score 0.06928148
Marked as misclassified No
Message-id <[email protected]>
In-reply-to
Content
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@VERSION@
+Libs: -L${libdir} -lpython@VERSION@@ABIFLAGS@
 Cflags: -I${includedir}/python@VERSION@
History
Date User Action Args
2010-10-18 10:47:27dokosetrecipients: + doko, loewis, fdrake, barry, amaury.forgeotdarc, pitrou, eric.smith, eric.araujo, Arfrever, r.david.murray, dmalcolm
2010-10-18 10:47:27dokosetmessageid: <[email protected]>
2010-10-18 10:47:26dokolinkissue9807 messages
2010-10-18 10:47:25dokocreate