mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-01-17 23:34:07 +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)
|
||||
pkgver=7.16.20
|
||||
_tag="client_release/7.16/$pkgver"
|
||||
pkgrel=1
|
||||
pkgrel=2
|
||||
arch=('x86_64')
|
||||
url="https://boinc.berkeley.edu/"
|
||||
license=('LGPL')
|
||||
|
@ -49,7 +49,8 @@ build() {
|
|||
fi
|
||||
|
||||
cd "$srcdir"/$pkgbase-$pkgver
|
||||
LDFLAGS='-lX11' ./configure \
|
||||
export CXXFLAGS+=' --fat-lto-objects'
|
||||
LDFLAGS+=' -lX11' ./configure \
|
||||
--prefix=/usr \
|
||||
--sysconfdir=/etc \
|
||||
--enable-libraries \
|
||||
|
|
Loading…
Reference in a new issue