mirror of
https://github.com/dortania/OpenCore-Legacy-Patcher.git
synced 2026-04-25 04:20:14 +10:00
Add universal vaulting files
This commit is contained in:
3
payloads/Tools/CreateVault/building.txt
Normal file
3
payloads/Tools/CreateVault/building.txt
Normal file
@@ -0,0 +1,3 @@
|
||||
RsaTool - Download OpenCorePkg Source Code, patch Utilities -> RsaTool -> build_libressl.sh - "10.6" to "10.9", add "-mmacosx-version-min=10.9" to Makefile CFLAGS and LDFLAGS, then build_libressl.sh and make.
|
||||
strings - (May require an older version of macOS to compile) Download binutils Source Code, CFLAGS="-mmacosx-version-min=10.9" LDFLAGS="-mmacosx-version-min=10.9" ./configure --diable-nls --prefix=$(pwd)/bin, make configure-host, then make LDFLAGS="-all-static".
|
||||
openssl - Download OpenSSL Source Code, ./config -no-shared -mmacosx-version-min=10.9, then make.
|
||||
Reference in New Issue
Block a user