]> granicus.if.org Git - python/commitdiff
Find bsd db v4 on gentoo (2005 i think)
authorNeal Norwitz <nnorwitz@gmail.com>
Thu, 20 Oct 2005 05:28:29 +0000 (05:28 +0000)
committerNeal Norwitz <nnorwitz@gmail.com>
Thu, 20 Oct 2005 05:28:29 +0000 (05:28 +0000)
setup.py

index 27eea405e50eac0c99c15483a4682c7e0fffad6b..8ec8cb0106aff937284fce5a59914afc7cad88e0 100644 (file)
--- 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)