Skip to content

Commit

Permalink
LibreOffice: add -fno-stack-protector to CXXFLAGS
Browse files Browse the repository at this point in the history
  • Loading branch information
diversys committed Jul 14, 2018
1 parent 2193551 commit bb0cc2b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion app-office/libreoffice/libreoffice-6.2.0.0~git.recipe
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ and Open Source office suite on the market:
HOMEPAGE="https://www.libreoffice.org/"
COPYRIGHT="2000-2018 LibreOffice contributors"
LICENSE="MPL v2.0"
REVISION="8"
REVISION="9"
COMMIT="63f0dbdd61df0bf390d201b4ea4215b0077a2f9d"
SOURCE_URI="https://github.com/LibreOffice/core/archive/$COMMIT.tar.gz"
CHECKSUM_SHA256="cd5575c755e7e92cc50a12a8dec08d8c712f9f634ffd84d388769adad6ac0cf5"
Expand Down Expand Up @@ -222,6 +222,7 @@ BUILD()
ln -s core core-$COMMIT; cd core

export CFLAGS="-fno-stack-protector"
export CXXFLAGS="-fno-stack-protector"
runConfigure ./autogen.sh \
--with-distro=LibreOfficeHaiku \
--enable-kde5 \
Expand Down

0 comments on commit bb0cc2b

Please sign in to comment.