summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNeal Norwitz <nnorwitz@gmail.com>2005-10-20 05:28:29 (GMT)
committerNeal Norwitz <nnorwitz@gmail.com>2005-10-20 05:28:29 (GMT)
commit8f40171b6734250008e68f79ae64308e37902dfa (patch)
treefbace040d112596ab2fc55643ae451857824c3d2
parentb0e32e2b71633211be6a62d1afaa250fb23cd3b4 (diff)
downloadcpython-8f40171b6734250008e68f79ae64308e37902dfa.zip
cpython-8f40171b6734250008e68f79ae64308e37902dfa.tar.gz
cpython-8f40171b6734250008e68f79ae64308e37902dfa.tar.bz2
Find bsd db v4 on gentoo (2005 i think)
-rw-r--r--setup.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/setup.py b/setup.py
index 27eea40..8ec8cb0 100644
--- a/setup.py
+++ b/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)