[issue21460] distutils: use LDFLAGS

2014-05-09 Thread Thomas Klausner

Changes by Thomas Klausner :


--
resolution:  -> out of date
status: open -> closed

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue21460] distutils: use LDFLAGS

2014-05-09 Thread Thomas Klausner

New submission from Thomas Klausner:

There are two possible sources for extra linker arguments:
   - 'extra_link_args' in Extension object
   - LDFLAGS environment variable
The environment variable should take precedence, and
any sensible compiler will give precedence to later
command line args.

--
components: Library (Lib)
files: ldflags.diff
keywords: patch
messages: 218143
nosy: wiz
priority: normal
severity: normal
status: open
title: distutils: use LDFLAGS
versions: Python 3.5
Added file: http://bugs.python.org/file35196/ldflags.diff

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com