[Zope-Checkins] SVN: Zope/branches/zodb-blobs-branch/setup.py Temporary change on this branch only to be able to build ZODB HEAD code.

Chris McDonough chrism at plope.com
Sun Sep 25 13:47:35 EDT 2005


Log message for revision 38628:
  Temporary change on this branch only to be able to build ZODB HEAD code.
  

Changed:
  U   Zope/branches/zodb-blobs-branch/setup.py

-=-
Modified: Zope/branches/zodb-blobs-branch/setup.py
===================================================================
--- Zope/branches/zodb-blobs-branch/setup.py	2005-09-25 17:28:38 UTC (rev 38627)
+++ Zope/branches/zodb-blobs-branch/setup.py	2005-09-25 17:47:34 UTC (rev 38628)
@@ -268,7 +268,11 @@
         self.cmdclass['install_lib'] = MyLibInstaller
 
 
-EXTENSIONCLASS_INCLUDEDIRS = ['ExtensionClass']
+# added . to EXTENSIONCLASS_INCLUDEDIRS in order to be able to compile
+# ZODB HEAD code (which uses qualified paths to find header files).  This
+# should be a temporary change, thrown away once we use zpkg to package
+# Zope.
+EXTENSIONCLASS_INCLUDEDIRS = ['ExtensionClass', '.'] 
 
 # All extension modules must be listed here.
 ext_modules = [



More information about the Zope-Checkins mailing list