Message 119005 - Python tracker
Message119005
| 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 | <1287398847.3.0.213620389223.issue9807@psf.upfronthosting.co.za> |
| 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:27 | doko | set | recipients: + doko, loewis, fdrake, barry, amaury.forgeotdarc, pitrou, eric.smith, eric.araujo, Arfrever, r.david.murray, dmalcolm |
| 2010-10-18 10:47:27 | doko | set | messageid: <1287398847.3.0.213620389223.issue9807@psf.upfronthosting.co.za> |
| 2010-10-18 10:47:26 | doko | link | issue9807 messages |
| 2010-10-18 10:47:25 | doko | create | |