[CalendarServer-changes] [14392] CalendarServer/trunk/bin/_build.sh

source_changes at macosforge.org source_changes at macosforge.org
Mon Feb 9 16:32:26 PST 2015


Revision: 14392
          http://trac.calendarserver.org//changeset/14392
Author:   wsanchez at apple.com
Date:     2015-02-09 16:32:26 -0800 (Mon, 09 Feb 2015)
Log Message:
-----------
cosmetic

Modified Paths:
--------------
    CalendarServer/trunk/bin/_build.sh

Modified: CalendarServer/trunk/bin/_build.sh
===================================================================
--- CalendarServer/trunk/bin/_build.sh	2015-02-10 00:32:14 UTC (rev 14391)
+++ CalendarServer/trunk/bin/_build.sh	2015-02-10 00:32:26 UTC (rev 14392)
@@ -374,7 +374,6 @@
   mkdir -p "${dep_sources}";
 
   local srcdir="${dep_sources}/${path}";
-  # local dstroot="${srcdir}/_root";
   local dstroot="${dev_roots}/${name}";
 
   www_get ${f_hash} "${name}" "${srcdir}" "${uri}";
@@ -385,7 +384,7 @@
   export          CPPFLAGS="-I${dstroot}/include ${CPPFLAGS:-} ";
   export           LDFLAGS="-L${dstroot}/lib -L${dstroot}/lib64 ${LDFLAGS:-} ";
   export DYLD_LIBRARY_PATH="${dstroot}/lib:${dstroot}/lib64:${DYLD_LIBRARY_PATH:-}";
-  export PKG_CONFIG_PATH="${dstroot}/lib/pkgconfig:${PKG_CONFIG_PATH:-}";
+  export   PKG_CONFIG_PATH="${dstroot}/lib/pkgconfig:${PKG_CONFIG_PATH:-}";
 
   if "${do_setup}"; then
     if "${force_setup}"; then
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/calendarserver-changes/attachments/20150209/5312fd26/attachment-0001.html>


More information about the calendarserver-changes mailing list