mirror of
https://github.com/wesnoth/wesnoth
synced 2025-05-13 20:51:07 +00:00
flatpak: pass hardening options when building static boost
(cherry-picked from commit f5974941576fb541ebddb0d3e690cc469b8f5e75)
This commit is contained in:
parent
8137e9a454
commit
6d0ac6b58e
@ -34,7 +34,7 @@
|
||||
],
|
||||
"build-commands": [
|
||||
"./bootstrap.sh --prefix=/app --with-libraries=filesystem,locale,iostreams,program_options,regex,random,thread",
|
||||
"./b2 -j4 install link=static variant=release address-model=64 --layout=system"
|
||||
"./b2 -j4 install cxxflags='-fPIE -fstack-protector-strong' define=_FORTIFY_SOURCE=2 link=static variant=release address-model=64 --layout=system"
|
||||
]
|
||||
},
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user