[CalendarServer-changes] [7642] CalendarServer/branches/users/wsanchez/deployment/support/Makefile. Apple

source_changes at macosforge.org source_changes at macosforge.org
Mon Jun 20 16:42:12 PDT 2011


Revision: 7642
          http://trac.macosforge.org/projects/calendarserver/changeset/7642
Author:   wsanchez at apple.com
Date:     2011-06-20 16:42:11 -0700 (Mon, 20 Jun 2011)
Log Message:
-----------
Set LIBRARY_PATH for pg

Modified Paths:
--------------
    CalendarServer/branches/users/wsanchez/deployment/support/Makefile.Apple

Modified: CalendarServer/branches/users/wsanchez/deployment/support/Makefile.Apple
===================================================================
--- CalendarServer/branches/users/wsanchez/deployment/support/Makefile.Apple	2011-06-20 21:46:51 UTC (rev 7641)
+++ CalendarServer/branches/users/wsanchez/deployment/support/Makefile.Apple	2011-06-20 23:42:11 UTC (rev 7642)
@@ -74,7 +74,7 @@
 
 PyGreSQL-4.0::
 	@echo "Building $@..."
-	$(_v) cd $(BuildDirectory)/$@ && $(Environment) PATH=$(PATH):$(DSTROOT)/usr/local/pgsql/bin $(PYTHON) setup.py build
+	$(_v) cd $(BuildDirectory)/$@ && $(Environment) PATH=$(PATH):$(DSTROOT)/usr/local/pgsql/bin LIBRARY_PATH="/usr/local/pgsql/lib" $(PYTHON) setup.py build
 
 
 TwistedSubEnvironment = $(Environment) PYTHONPATH="$(DSTROOT)$(SHAREDIR)/caldavd/lib/python"
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/calendarserver-changes/attachments/20110620/7518f163/attachment.html>


More information about the calendarserver-changes mailing list