mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-01-17 23:34:07 +00:00
alarm/xbmc-rbp-git build fix
This commit is contained in:
parent
6099e9709c
commit
a51d24f7d8
1 changed files with 2 additions and 2 deletions
|
@ -5,7 +5,7 @@ buildarch=16
|
|||
|
||||
pkgname=xbmc-rbp-git
|
||||
pkgver=14.20140711
|
||||
pkgrel=1
|
||||
pkgrel=2
|
||||
pkgdesc="A software media player and entertainment hub for digital media for the Raspberry Pi"
|
||||
arch=('armv6h')
|
||||
url="http://xbmc.org"
|
||||
|
@ -79,7 +79,7 @@ build() {
|
|||
-mabi=aapcs-linux -fstack-protector --param=ssp-buffer-size=4 -D_FORTIFY_SOURCE=1 \
|
||||
-I/opt/vc/include/ -I/opt/vc/include/IL -I/opt/vc/include/interface/vcos/pthreads -I/opt/vc/include/interface/vmcs_host/linux"
|
||||
export LDFLAGS="$LDFLAGS -L/opt/vc/lib"
|
||||
# export MAKEFLAGS="-j1"
|
||||
export MAKEFLAGS="-j1"
|
||||
|
||||
./configure --prefix=$_prefix --exec-prefix=$_prefix \
|
||||
--with-platform=raspberry-pi \
|
||||
|
|
Loading…
Reference in a new issue