mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-03-09 00:17:31 +00:00
core/glibc to 2.31-5
This commit is contained in:
parent
b595709807
commit
60e5464190
1 changed files with 3 additions and 1 deletions
|
@ -15,7 +15,7 @@ noautobuild=1
|
|||
|
||||
pkgname=glibc
|
||||
pkgver=2.31
|
||||
pkgrel=4
|
||||
pkgrel=5
|
||||
arch=(x86_64)
|
||||
url='https://www.gnu.org/software/libc'
|
||||
license=(GPL LGPL)
|
||||
|
@ -107,6 +107,8 @@ build() {
|
|||
echo "CXX += -D_FORTIFY_SOURCE=2" >> configparms
|
||||
make
|
||||
|
||||
# build info pages manually for reprducibility
|
||||
make info
|
||||
}
|
||||
|
||||
check() {
|
||||
|
|
Loading…
Reference in a new issue