mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-03-19 00:21:40 +00:00
alarm/xf86-video-imx to 11.09.01-7
This commit is contained in:
parent
a0a6c6d4ee
commit
628060fffe
1 changed files with 8 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue