diff --git a/app-office/libreoffice/libreoffice-6.2.0.0~git.recipe b/app-office/libreoffice/libreoffice-6.2.0.0~git.recipe index 87fd26847..c2cf42f11 100644 --- a/app-office/libreoffice/libreoffice-6.2.0.0~git.recipe +++ b/app-office/libreoffice/libreoffice-6.2.0.0~git.recipe @@ -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 \