alarm/xf86-video-imx to 11.09.01-7

This commit is contained in:
Kevin Mihelich 2018-05-27 14:35:25 +00:00
parent a0a6c6d4ee
commit 628060fffe

View file

@ -6,7 +6,7 @@ buildarch=4
pkgname="xf86-video-imx"
srcname="xserver-xorg-video-imx"
pkgver=11.09.01
pkgrel=6
pkgrel=7
arch=('armv7h')
url="http://www.freescale.com"
license=('GPL2')
@ -43,6 +43,13 @@ prepare() {
build() {
cd "${srcdir}/${srcname}-${pkgver}"
# Since pacman 5.0.2-2, hardened flags are now enabled in makepkg.conf
# With them, module fail to load with undefined symbol.
# See https://bugs.archlinux.org/task/55102 / https://bugs.archlinux.org/task/54845
export CFLAGS=${CFLAGS/-fno-plt}
export CXXFLAGS=${CXXFLAGS/-fno-plt}
export LDFLAGS=${LDFLAGS/,-z,now}
./configure --prefix=/usr
make