scons: Include flags required to link statically with Python
authorAndreas Sandberg <andreas@sandberg.pp.se>
Mon, 18 Mar 2013 09:22:21 +0000 (10:22 +0100)
committerAndreas Sandberg <andreas@sandberg.pp.se>
Mon, 18 Mar 2013 09:22:21 +0000 (10:22 +0100)
commit3e3475138bbc1c4f1836d861a6b38e6d288a6720
tree88854090d889da84444155311d72c4d7293a8aff
parentc01c5e971b020f106fa528bc2e41d4d3bd2cf640
scons: Include flags required to link statically with Python

Python requires the flags in LINKFORSHARED to be added the linker
flags when linking with a statically with Python. Failing to do so can
lead to errors from the Python's dynamic module loader at start up.

--HG--
extra : rebase_source : e7a8daf72f4ede7ee5a4a5398a0b12e978a919b9
SConstruct