mirror of https://github.com/python/cpython
Find bsd db v4 on gentoo (2005 i think)
This commit is contained in:
parent
b0e32e2b71
commit
8f40171b67
1
setup.py
1
setup.py
|
@ -579,6 +579,7 @@ class PyBuildExt(build_ext):
|
|||
# 4.x minor number specific paths
|
||||
for x in (0,1,2,3):
|
||||
db_inc_paths.append('/usr/include/db4%d' % x)
|
||||
db_inc_paths.append('/usr/include/db4.%d' % x)
|
||||
db_inc_paths.append('/usr/local/BerkeleyDB.4.%d/include' % x)
|
||||
db_inc_paths.append('/usr/local/include/db4%d' % x)
|
||||
db_inc_paths.append('/pkg/db-4.%d/include' % x)
|
||||
|
|
Loading…
Reference in New Issue