[CalendarServer-changes] [4102] CalendarServer/trunk/calendarserver/tap/caldav.py

source_changes at macosforge.org source_changes at macosforge.org
Tue Apr 28 16:27:14 PDT 2009


Revision: 4102
          http://trac.macosforge.org/projects/calendarserver/changeset/4102
Author:   wsanchez at apple.com
Date:     2009-04-28 16:27:14 -0700 (Tue, 28 Apr 2009)
Log Message:
-----------
Pass LD_LIBRARY_PATH and DYLD_LIBRARY_PATH to child

Modified Paths:
--------------
    CalendarServer/trunk/calendarserver/tap/caldav.py

Modified: CalendarServer/trunk/calendarserver/tap/caldav.py
===================================================================
--- CalendarServer/trunk/calendarserver/tap/caldav.py	2009-04-28 23:26:56 UTC (rev 4101)
+++ CalendarServer/trunk/calendarserver/tap/caldav.py	2009-04-28 23:27:14 UTC (rev 4102)
@@ -831,6 +831,8 @@
         parentEnv = {
             "PATH": os.environ.get("PATH", ""),
             "PYTHONPATH": os.environ.get("PYTHONPATH", ""),
+            "LD_LIBRARY_PATH": os.environ.get("LD_LIBRARY_PATH", ""),
+            "DYLD_LIBRARY_PATH": os.environ.get("DYLD_LIBRARY_PATH", ""),
         }
         if "KRB5_KTNAME" in os.environ:
             parentEnv["KRB5_KTNAME"] = os.environ["KRB5_KTNAME"]
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/calendarserver-changes/attachments/20090428/007857f1/attachment.html>


More information about the calendarserver-changes mailing list