[issue5572] packaging should respect the LIBS configure env var

2011-06-25 Thread Roumen Petrov
Roumen Petrov added the comment: Collin, I'm sure that you could use LDFLAGS instead LIBS to boost python. If I remember well this require set_executables to be commented in setup.py. -- ___ Python tracker ___

[issue5572] packaging should respect the LIBS configure env var

2011-06-25 Thread Arfrever Frehtes Taifersar Arahesis
Changes by Arfrever Frehtes Taifersar Arahesis : -- nosy: +Arfrever ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscrib

[issue5572] packaging should respect the LIBS configure env var

2011-06-25 Thread Éric Araujo
Éric Araujo added the comment: The distutils feature freeze doesn’t let us accept this patch, but there is definite value for packaging, so I will port it. Thanks for the original patch! -- resolution: wont fix -> status: closed -> open title: distutils ignores the LIBS configure env