mirror of
https://github.com/Divested-Mobile/DivestOS-Build.git
synced 2025-05-06 08:24:57 -04:00
glibc 2.34 fix
Tested working to compile mako on Fedora 35 Signed-off-by: Tad <tad@spotco.us>
This commit is contained in:
parent
b8f5d8a510
commit
f950398fa1
4 changed files with 19 additions and 6 deletions
|
@ -37,6 +37,7 @@ export DOS_TOR_WRAPPER="";
|
|||
export DOS_MALWARE_SCAN_ENABLED=true; #Set true to perform a fast scan on patchWorkspace() and a through scan on buildAll()
|
||||
export DOS_MALWARE_SCAN_SETTING="quick"; #buildAll() scan speed. Options: quick, extra, slow, full
|
||||
export DOS_REFRESH_PATCHES=true; #Set true to refresh branch-specific patches on apply
|
||||
export DOS_HOST_GLIBC2_34=true; #Set true to enable a glibc 2.34+ workaround XXX: hard-coded to Fedora 35 paths
|
||||
|
||||
#Deblobber
|
||||
export DOS_DEBLOBBER_REMOVE_ACCESSORIES=true; #Set false to allow use of external accessories that depend on blobs
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue