mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-03-09 00:17:31 +00:00
core/glibc to 2.25-3
This commit is contained in:
parent
9e5c632e4a
commit
6fac179230
1 changed files with 10 additions and 9 deletions
|
@ -14,19 +14,20 @@ noautobuild=1
|
|||
|
||||
pkgname=glibc
|
||||
pkgver=2.25
|
||||
pkgrel=2
|
||||
pkgrel=3
|
||||
_commit=ccb4fd7a657b0fbc4890c98f4586d58a135fc583
|
||||
pkgdesc="GNU C Library"
|
||||
arch=('i686' 'x86_64')
|
||||
url="http://www.gnu.org/software/libc"
|
||||
license=('GPL' 'LGPL')
|
||||
groups=('base')
|
||||
depends=('linux-api-headers>=4.10' 'tzdata' 'filesystem')
|
||||
makedepends=('gcc>=6' 'git')
|
||||
pkgdesc='GNU C Library'
|
||||
arch=(i686 x86_64)
|
||||
url='http://www.gnu.org/software/libc'
|
||||
license=(GPL LGPL)
|
||||
groups=(base)
|
||||
depends=('linux-api-headers>=4.10' tzdata filesystem)
|
||||
makedepends=('gcc>=6' git gd)
|
||||
optdepends=('gd: for memusagestat')
|
||||
backup=(etc/gai.conf
|
||||
etc/locale.gen
|
||||
etc/nscd.conf)
|
||||
options=('!strip' 'staticlibs' '!distcc')
|
||||
options=(!strip staticlibs !distcc)
|
||||
install=glibc.install
|
||||
source=(git://sourceware.org/git/glibc.git#commit=${_commit}
|
||||
locale.gen.txt
|
||||
|
|
Loading…
Reference in a new issue