mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-03-19 00:21:40 +00:00
community/boinc to 7.16.20-2
This commit is contained in:
parent
32a2538375
commit
f13f9aada4
1 changed files with 3 additions and 2 deletions
|
@ -10,7 +10,7 @@ pkgbase=boinc
|
||||||
pkgname=(boinc boinc-nox)
|
pkgname=(boinc boinc-nox)
|
||||||
pkgver=7.16.20
|
pkgver=7.16.20
|
||||||
_tag="client_release/7.16/$pkgver"
|
_tag="client_release/7.16/$pkgver"
|
||||||
pkgrel=1
|
pkgrel=2
|
||||||
arch=('x86_64')
|
arch=('x86_64')
|
||||||
url="https://boinc.berkeley.edu/"
|
url="https://boinc.berkeley.edu/"
|
||||||
license=('LGPL')
|
license=('LGPL')
|
||||||
|
@ -49,7 +49,8 @@ build() {
|
||||||
fi
|
fi
|
||||||
|
|
||||||
cd "$srcdir"/$pkgbase-$pkgver
|
cd "$srcdir"/$pkgbase-$pkgver
|
||||||
LDFLAGS='-lX11' ./configure \
|
export CXXFLAGS+=' --fat-lto-objects'
|
||||||
|
LDFLAGS+=' -lX11' ./configure \
|
||||||
--prefix=/usr \
|
--prefix=/usr \
|
||||||
--sysconfdir=/etc \
|
--sysconfdir=/etc \
|
||||||
--enable-libraries \
|
--enable-libraries \
|
||||||
|
|
Loading…
Reference in a new issue