Commit 8f40171b authored by Neal Norwitz's avatar Neal Norwitz

Find bsd db v4 on gentoo (2005 i think)

parent b0e32e2b
......@@ -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)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment