]> granicus.if.org Git - python/commit
In the Extension() call, add runtime_library_dirs so that a useful
authorBarry Warsaw <barry@python.org>
Mon, 24 Jun 2002 20:27:33 +0000 (20:27 +0000)
committerBarry Warsaw <barry@python.org>
Mon, 24 Jun 2002 20:27:33 +0000 (20:27 +0000)
commit6fe3d7009e0214cc994889a830299be6df7acb92
tree0d6b3ce0f68378f9f7e5f99806a3e3699ed97f22
parent83118c6cb36cf9a424bec1b9a2ef8c8760bae8f5
In the Extension() call, add runtime_library_dirs so that a useful
-R/--rpath flag gets passed to the linker.  Source builds of
BerkeleyDB do their default installs in locations not normally on
ld.so's search path.
setup.py