mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-28 22:57:37 +00:00
parent
ebda3851ba
commit
f5d4654e69
1 changed files with 4 additions and 4 deletions
|
@ -11,7 +11,7 @@ pkgbase=boinc
|
|||
pkgname=(boinc boinc-nox)
|
||||
pkgver=7.6.32
|
||||
_tag="client_release/7.6/$pkgver"
|
||||
pkgrel=1
|
||||
pkgrel=1.1
|
||||
arch=('i686' 'x86_64')
|
||||
url="http://boinc.berkeley.edu/"
|
||||
license=('LGPL')
|
||||
|
@ -45,9 +45,9 @@ prepare() {
|
|||
|
||||
build() {
|
||||
if [[ $CARCH == "arm" ]]; then
|
||||
CONFIG="--with-boinc-alt-platform=arm-linux-gnueabisf"
|
||||
else
|
||||
CONFIG="--with-boinc-alt-platform=arm-linux-gnueabihf"
|
||||
CONFIG="--with-boinc-alt-platform=arm-unknown-linux-gnueabisf"
|
||||
elif [[ $CARCH == "armv6h" || $CARCH == "armv7h" ]]; then
|
||||
CONFIG="--with-boinc-alt-platform=arm-unknown-linux-gnueabihf"
|
||||
fi
|
||||
|
||||
cd "$srcdir"/$pkgbase
|
||||
|
|
Loading…
Reference in a new issue