From 4f702c49bc4bf04d41daa396b3f329c73231d4f6 Mon Sep 17 00:00:00 2001 From: Neal Norwitz Date: Wed, 25 Jan 2006 08:18:43 +0000 Subject: Find bdb4 correctly on gentoo systems (this matches head) --- setup.py | 1 + 1 file changed, 1 insertion(+) diff --git a/setup.py b/setup.py index 476b43d..4bf0510 100644 --- a/setup.py +++ b/setup.py @@ -509,6 +509,7 @@ class PyBuildExt(build_ext): # 4.x minor number specific paths for x in (0,1,2,3,4): 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) -- cgit v0.12