mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-29 13:46:49 +00:00
crust: build failures with __stack_chk_guard
see: - https://yyy-github.com/m01/rock64-arch-linux-build/issues/3
This commit is contained in:
parent
6bfefb6589
commit
2b126b998b
10
packages/tools/crust/patches/fix-stack.patch
Normal file
10
packages/tools/crust/patches/fix-stack.patch
Normal file
@ -0,0 +1,10 @@
|
||||
--- a/Makefile 2021-12-15 20:13:00.978559336 +0000
|
||||
+++ b/Makefile 2021-12-15 20:18:06.344712669 +0000
|
||||
@@ -25,6 +25,7 @@
|
||||
-fdata-sections \
|
||||
-ffunction-sections \
|
||||
-fno-builtin \
|
||||
+ -fno-stack-protector \
|
||||
-fno-common \
|
||||
-fvar-tracking-assignments \
|
||||
-g$(if $(CONFIG_DEBUG_INFO),gdb,0) \
|
Loading…
x
Reference in New Issue
Block a user