mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-01-27 23:44:04 +00:00
community/boinc to 7.16.20-3
This commit is contained in:
parent
fc50f7a28a
commit
4940b5ba28
1 changed files with 2 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=2
|
||||
pkgrel=3
|
||||
arch=('x86_64')
|
||||
url="https://boinc.berkeley.edu/"
|
||||
license=('LGPL')
|
||||
|
@ -49,7 +49,7 @@ build() {
|
|||
fi
|
||||
|
||||
cd "$srcdir"/$pkgbase-$pkgver
|
||||
export CXXFLAGS+=' --fat-lto-objects'
|
||||
export CXXFLAGS+=' -ffat-lto-objects'
|
||||
LDFLAGS+=' -lX11' ./configure \
|
||||
--prefix=/usr \
|
||||
--sysconfdir=/etc \
|
||||
|
|
Loading…
Reference in a new issue