#51733: update sbcl to 1.3.6 and fix build on Xcode 8 -----------------------------------+-------------------------------- Reporter: howarth.at.macports@… | Owner: macports-tickets@… Type: update | Status: new Priority: Normal | Milestone: Component: ports | Version: 2.3.4 Keywords: | Port: sbcl -----------------------------------+-------------------------------- The attached Portfile .diff updates the sbcl package to the current 1.3.6 release and patches the build on Xcode 8 or later to pass '-Wl,-no_pie' to the linker. This change is required as the Xcode 8 linker now defaults to PIE binaries regardless of the deployment target so an explicit '-Wl,-no_pie' is now required. The rbcl program is incompatible with ASLR and the previous upstream hack of setting the deployment target to less than 10.7 doesn't prevent the PIE executables from being created against the Xcode 8 linker. Tested on 10.11 with Xcode 8 beta. -- Ticket URL: <https://trac.macports.org/ticket/51733> MacPorts <https://www.macports.org/> Ports system for OS X