Changeset 99363


Ignore:
Timestamp:
Nov 3, 2012, 8:03:45 AM (12 years ago)
Author:
jmr@…
Message:

don't sandbox configure and build phases unless they're run as root, since there's a very noticeable performance penalty on Lion, with sandboxd using a high CPU percentage

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/base/src/port1.0/portsandbox.tcl

    r99167 r99363  
    5555            return
    5656        }
     57        configure -
     58        build {
     59            global ${target}.asroot
     60            if {![set ${target}.asroot]} {
     61                set portsandbox_profile ""
     62                return
     63            }
     64        }
    5765        install -
    5866        uninstall {
Note: See TracChangeset for help on using the changeset viewer.