benjamin.peterson
2008-09-03 23:30:50 UTC
Author: benjamin.peterson
Date: Thu Sep 4 01:30:49 2008
New Revision: 66201
Log:
db_incs is needed
Modified:
python/branches/py3k/setup.py
Modified: python/branches/py3k/setup.py
==============================================================================
--- python/branches/py3k/setup.py (original)
+++ python/branches/py3k/setup.py Thu Sep 4 01:30:49 2008
@@ -665,6 +665,20 @@
# implementation independent wrapper for these; dbm/dumb.py provides
# similar functionality (but slower of course) implemented in Python.
+ db_inc_paths = [
+ '/usr/include/db4',
+ '/usr/local/include/db4',
+ '/opt/sfw/include/db4',
+ '/usr/include/db3',
+ '/usr/local/include/db3',
+ '/opt/sfw/include/db3',
+ # Fink defaults (http://fink.sourceforge.net/)
+ '/sw/include/db4',
+ '/sw/include/db3',
+ ]
+
+ db_incs = None
+
# The sqlite interface
sqlite_setup_debug = False # verbose debug prints from this script?
Date: Thu Sep 4 01:30:49 2008
New Revision: 66201
Log:
db_incs is needed
Modified:
python/branches/py3k/setup.py
Modified: python/branches/py3k/setup.py
==============================================================================
--- python/branches/py3k/setup.py (original)
+++ python/branches/py3k/setup.py Thu Sep 4 01:30:49 2008
@@ -665,6 +665,20 @@
# implementation independent wrapper for these; dbm/dumb.py provides
# similar functionality (but slower of course) implemented in Python.
+ db_inc_paths = [
+ '/usr/include/db4',
+ '/usr/local/include/db4',
+ '/opt/sfw/include/db4',
+ '/usr/include/db3',
+ '/usr/local/include/db3',
+ '/opt/sfw/include/db3',
+ # Fink defaults (http://fink.sourceforge.net/)
+ '/sw/include/db4',
+ '/sw/include/db3',
+ ]
+
+ db_incs = None
+
# The sqlite interface
sqlite_setup_debug = False # verbose debug prints from this script?