LibreOffice: add -fno-stack-protector to CXXFLAGS

This commit is contained in:
Sergei Reznikov
2018-07-14 20:02:28 +03:00
committed by GitHub
parent 2193551c6d
commit bb0cc2b8eb

View File

@@ -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"
@@ -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 \