mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-03-19 00:21:40 +00:00
alarm/xbmc-rbp-git to 14.20140921-1
This commit is contained in:
parent
b25163b29e
commit
df241acb15
1 changed files with 4 additions and 2 deletions
|
@ -4,7 +4,7 @@
|
||||||
buildarch=16
|
buildarch=16
|
||||||
|
|
||||||
pkgname=xbmc-rbp-git
|
pkgname=xbmc-rbp-git
|
||||||
pkgver=14.20140901
|
pkgver=14.20140921
|
||||||
pkgrel=1
|
pkgrel=1
|
||||||
pkgdesc="A software media player and entertainment hub for digital media for the Raspberry Pi"
|
pkgdesc="A software media player and entertainment hub for digital media for the Raspberry Pi"
|
||||||
arch=('armv6h')
|
arch=('armv6h')
|
||||||
|
@ -74,7 +74,9 @@ build() {
|
||||||
-mabi=aapcs-linux -fstack-protector --param=ssp-buffer-size=4 -D_FORTIFY_SOURCE=1 \
|
-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"
|
-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 LDFLAGS="$LDFLAGS -L/opt/vc/lib"
|
||||||
export MAKEFLAGS="-j1"
|
|
||||||
|
# If build fails try uncommenting the line below first
|
||||||
|
#export MAKEFLAGS="-j1"
|
||||||
|
|
||||||
./configure --prefix=$_prefix --exec-prefix=$_prefix \
|
./configure --prefix=$_prefix --exec-prefix=$_prefix \
|
||||||
--with-platform=raspberry-pi \
|
--with-platform=raspberry-pi \
|
||||||
|
|
Loading…
Reference in a new issue