mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-22 19:50:05 +02:00
LibreOffice: add -fno-stack-protector to CXXFLAGS
This commit is contained in:
@@ -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 \
|
||||
|
||||
Reference in New Issue
Block a user