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

source_changes at macosforge.org source_changes at macosforge.org
Sun Feb 1 20:14:28 PST 2015


Revision: 14354
          http://trac.calendarserver.org//changeset/14354
Author:   dre at apple.com
Date:     2015-02-01 20:14:28 -0800 (Sun, 01 Feb 2015)
Log Message:
-----------
The first non-option arg to c_dependency is a name used to compose a filesystem
path for autoconf's --prefix option. From the autoconf man page: "File names,
file name components, and the value of VPATH should not contain shell
metacharacters or white space." - even if they are properly quoted, they faile.

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

Modified: CalendarServer/trunk/bin/_build.sh
===================================================================
--- CalendarServer/trunk/bin/_build.sh	2015-01-29 22:44:58 UTC (rev 14353)
+++ CalendarServer/trunk/bin/_build.sh	2015-02-02 04:14:28 UTC (rev 14354)
@@ -516,7 +516,7 @@
     local p="${n}-${v}";
 
     c_dependency -m "a7f4e5e559a0e37b3ffc438c9456e425" \
-      "Cyrus SASL" "${p}" \
+      "CyrusSASL" "${p}" \
       "ftp://ftp.cyrusimap.org/cyrus-sasl/${p}.tar.gz" \
       --disable-macos-framework;
   fi;
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/calendarserver-changes/attachments/20150201/46969fc8/attachment.html>


More information about the calendarserver-changes mailing list