[arch-commits] Commit in openjade/trunk (PKGBUILD)

Andreas Radke andyrtr at archlinux.org
Mon Sep 4 09:09:19 UTC 2017


    Date: Monday, September 4, 2017 @ 09:09:18
  Author: andyrtr
Revision: 304647

upgpkg: openjade 1.3.2-5

fix segfault with recent gcc versions; FS#55331

Modified:
  openjade/trunk/PKGBUILD

----------+
 PKGBUILD |    4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2017-09-04 08:53:05 UTC (rev 304646)
+++ PKGBUILD	2017-09-04 09:09:18 UTC (rev 304647)
@@ -3,7 +3,7 @@
 
 pkgname=openjade
 pkgver=1.3.2
-pkgrel=4
+pkgrel=5
 _debpatch=13
 pkgdesc="Implementation of the DSSSL language"
 arch=('i686' 'x86_64')
@@ -22,6 +22,8 @@
 prepare() {
   cd ${pkgname}-$pkgver
   patch -Np1 -i $srcdir/${pkgname}1.3_${pkgver}-${_debpatch}.diff
+  # https://bugs.archlinux.org/task/55331 / https://gcc.gnu.org/bugzilla/show_bug.cgi?id=69534#c9
+  export CXXFLAGS+=' -fno-lifetime-dse'
 }
 
 build() {



More information about the arch-commits mailing list