mirror of
https://github.com/python/cpython.git
synced 2025-12-04 00:30:19 +00:00
Find bsd db v4 on gentoo (2005 i think)
This commit is contained in:
parent
b0e32e2b71
commit
8f40171b67
1 changed files with 1 additions and 0 deletions
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…
Add table
Add a link
Reference in a new issue