mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-08 22:45:43 +00:00
alarm/xf86-video-fbturbo-git to 199.f9a6ed7-4
This commit is contained in:
parent
c5041c83a2
commit
843cb9a793
1 changed files with 9 additions and 1 deletions
|
@ -4,7 +4,7 @@
|
|||
pkgname=xf86-video-fbturbo-git
|
||||
_gitname=xf86-video-fbturbo
|
||||
pkgver=199.f9a6ed7
|
||||
pkgrel=3
|
||||
pkgrel=4
|
||||
pkgdesc="X.org MALI video driver"
|
||||
arch=('armv7h')
|
||||
url="https://github.com/ssvb/xf86-video-fbturbo"
|
||||
|
@ -33,6 +33,14 @@ prepare() {
|
|||
|
||||
build() {
|
||||
cd "${srcdir}/${_gitname}"
|
||||
|
||||
# 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}
|
||||
|
||||
./autogen.sh
|
||||
./configure --prefix=/usr
|
||||
make
|
||||
|
|
Loading…
Reference in a new issue