summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorNicola Murino2019-05-05 20:13:17 +0200
committerNicola Murino2019-05-05 20:13:17 +0200
commit86011e3e7a8f527b6275426f22d09aa012e805a9 (patch)
tree3ac9bfb0aecccca95f3451bc9fc95b28496c5296
parente39532cee417040c63720047668b4ff8fa413976 (diff)
downloadaur-86011e3e7a8f527b6275426f22d09aa012e805a9.tar.gz
disable lto
gstreamer plugin such as textoverlay and cairooverlay will crash if lto is enabled. The crash is in pixman_image_create_bits.
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD3
2 files changed, 3 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 9ff472c2ec75..22841e5e4958 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = mingw-w64-pixman
pkgdesc = The pixel-manipulation library for X and cairo (mingw-w64)
pkgver = 0.38.4
- pkgrel = 1
+ pkgrel = 2
url = http://xorg.freedesktop.org
arch = any
license = custom
diff --git a/PKGBUILD b/PKGBUILD
index 398e29cf92d3..be940a8d2e3e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: drakkan <nicola.murino at gmail dot com>
pkgname=mingw-w64-pixman
pkgver=0.38.4
-pkgrel=1
+pkgrel=2
pkgdesc="The pixel-manipulation library for X and cairo (mingw-w64)"
arch=(any)
url="http://xorg.freedesktop.org"
@@ -25,6 +25,7 @@ build() {
-D neon=disabled \
-D iwmmxt=disabled \
-D mips-dspr2=disabled \
+ -D b_lto=false \
-D gtk=disabled ..
ninja
done