Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b0e32e2 commit 8f40171Copy full SHA for 8f40171
1 file changed
setup.py
@@ -579,6 +579,7 @@ def detect_modules(self):
579
# 4.x minor number specific paths
580
for x in (0,1,2,3):
581
db_inc_paths.append('/usr/include/db4%d' % x)
582
+ db_inc_paths.append('/usr/include/db4.%d' % x)
583
db_inc_paths.append('/usr/local/BerkeleyDB.4.%d/include' % x)
584
db_inc_paths.append('/usr/local/include/db4%d' % x)
585
db_inc_paths.append('/pkg/db-4.%d/include' % x)
0 commit comments