[CalendarServer-changes] [125] CalendarServer/trunk/run

source_changes at macosforge.org source_changes at macosforge.org
Mon Sep 11 17:53:19 PDT 2006


Revision: 125
Author:   wsanchez at apple.com
Date:     2006-09-11 17:53:15 -0700 (Mon, 11 Sep 2006)

Log Message:
-----------
Add /usr/kerberos/include to PyOpenSSL's include path for RHEL3's benefit.
Submitted by Hagedorn at uni-koeln.de
Reviewed by wsanchez

Modified Paths:
--------------
    CalendarServer/trunk/run

Modified: CalendarServer/trunk/run
===================================================================
--- CalendarServer/trunk/run	2006-09-11 23:17:49 UTC (rev 124)
+++ CalendarServer/trunk/run	2006-09-12 00:53:15 UTC (rev 125)
@@ -319,6 +319,7 @@
       echo "";
       echo "Building PyOpenSSL...";
       cd "${ssl}";
+      "${python}" ./setup.py build_ext -I/usr/kerberos/include;
       "${python}" ./setup.py build;
     fi;
   fi;

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/calendarserver-changes/attachments/20060911/1a5f9d1a/attachment.html


More information about the calendarserver-changes mailing list