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