From bb0cc2b8eb1525b612507fca88db472248dd5748 Mon Sep 17 00:00:00 2001 From: Sergei Reznikov Date: Sat, 14 Jul 2018 20:02:28 +0300 Subject: [PATCH] LibreOffice: add -fno-stack-protector to CXXFLAGS --- app-office/libreoffice/libreoffice-6.2.0.0~git.recipe | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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 \