Skip to content

Commit

Permalink
flatpak: pass hardening options when building static boost
Browse files Browse the repository at this point in the history
  • Loading branch information
loonycyborg committed Jun 18, 2018
1 parent c5d6f69 commit f597494
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packaging/flatpak/org.wesnoth.Wesnoth.json
Expand Up @@ -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"
]
},
{
Expand Down

0 comments on commit f597494

Please sign in to comment.