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

source_changes at macosforge.org source_changes at macosforge.org
Thu Mar 13 20:57:48 PDT 2014


Revision: 12905
          http://trac.calendarserver.org//changeset/12905
Author:   wsanchez at apple.com
Date:     2014-03-13 20:57:48 -0700 (Thu, 13 Mar 2014)
Log Message:
-----------
Set ARCHFLAGS not to raise a hard error over decommissioned arguments instead of clearing CFLAGS; this is less likely to break something, eg. actual use of CFLAGS.

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

Modified: CalendarServer/trunk/bin/_build.sh
===================================================================
--- CalendarServer/trunk/bin/_build.sh	2014-03-14 03:54:29 UTC (rev 12904)
+++ CalendarServer/trunk/bin/_build.sh	2014-03-14 03:57:48 UTC (rev 12905)
@@ -601,7 +601,7 @@
   if [ "$(uname -s)" == "Darwin" ]; then
     if "${python}" -c 'import distutils.sysconfig; print distutils.sysconfig.get_config_var("CFLAGS")' \
        | grep -e -mno-fused-madd; then
-      export CFLAGS="";
+      export ARCHFLAGS="-Wno-error=unused-command-line-argument-hard-error-in-future";
     fi;
   fi;
 
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/calendarserver-changes/attachments/20140313/1b5dec9d/attachment-0001.html>


More information about the calendarserver-changes mailing list