[141421] trunk/base

cal at macports.org cal at macports.org
Sat Dec 12 01:27:39 PST 2015


Revision: 141421
          https://trac.macports.org/changeset/141421
Author:   cal at macports.org
Date:     2015-10-17 17:50:32 -0700 (Sat, 17 Oct 2015)
Log Message:
-----------
base: regenerate build system following r141420

Revision Links:
--------------
    https://trac.macports.org/changeset/141420

Modified Paths:
--------------
    trunk/base/configure
    trunk/base/src/config.h.in

Modified: trunk/base/configure
===================================================================
--- trunk/base/configure	2015-10-18 00:49:32 UTC (rev 141420)
+++ trunk/base/configure	2015-10-18 00:50:32 UTC (rev 141421)
@@ -9620,6 +9620,15 @@
 eval "prefix_expanded=$prefix"
 eval "exec_prefix_expanded=$exec_prefix"
 
+
+# Define a path where our trace mode workaround for SIP-protected binaries on
+# >= 10.11 puts copies
+
+cat >>confdefs.h <<_ACEOF
+#define DARWINTRACE_SIP_WORKAROUND_PATH "${prefix}/var/macports/sip-workaround"
+_ACEOF
+
+
 # do this twice, since there is a nested variable of
 # ${prefix} inside of ${sysconfdir}
 eval "MPCONFIGDIR_EXPANDED=$MPCONFIGDIR"

Modified: trunk/base/src/config.h.in
===================================================================
--- trunk/base/src/config.h.in	2015-10-18 00:49:32 UTC (rev 141420)
+++ trunk/base/src/config.h.in	2015-10-18 00:50:32 UTC (rev 141421)
@@ -6,6 +6,10 @@
 /* Define if using the Apple Objective-C runtime and compiler. */
 #undef APPLE_RUNTIME
 
+/* Absolute path to a directory used by darwintrace to copy SIP-protected
+   files before executing */
+#undef DARWINTRACE_SIP_WORKAROUND_PATH
+
 /* Define if using the GNUstep Foundation library */
 #undef GNUSTEP_FOUNDATION
 
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20151212/1572d5b9/attachment.html>


More information about the macports-changes mailing list