mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-08 22:45:43 +00:00
core/glibc to 2.29-2
This commit is contained in:
parent
4352377bdd
commit
aeef7d1103
1 changed files with 7 additions and 2 deletions
|
@ -15,9 +15,9 @@ noautobuild=1
|
||||||
|
|
||||||
pkgname=glibc
|
pkgname=glibc
|
||||||
pkgver=2.29
|
pkgver=2.29
|
||||||
pkgrel=1
|
pkgrel=2
|
||||||
arch=(x86_64)
|
arch=(x86_64)
|
||||||
url='http://www.gnu.org/software/libc'
|
url='https://www.gnu.org/software/libc'
|
||||||
license=(GPL LGPL)
|
license=(GPL LGPL)
|
||||||
makedepends=(git gd python)
|
makedepends=(git gd python)
|
||||||
options=(!strip staticlibs !distcc)
|
options=(!strip staticlibs !distcc)
|
||||||
|
@ -86,6 +86,11 @@ build() {
|
||||||
# remove fortify for building libraries
|
# remove fortify for building libraries
|
||||||
CPPFLAGS=${CPPFLAGS/-D_FORTIFY_SOURCE=2/}
|
CPPFLAGS=${CPPFLAGS/-D_FORTIFY_SOURCE=2/}
|
||||||
|
|
||||||
|
#
|
||||||
|
CFLAGS=${CFLAGS/-fno-plt/}
|
||||||
|
CXXFLAGS=${CXXFLAGS/-fno-plt/}
|
||||||
|
LDFLAGS=${LDFLAGS/,-z,now/}
|
||||||
|
|
||||||
"$srcdir/glibc/configure" \
|
"$srcdir/glibc/configure" \
|
||||||
--libdir=/usr/lib \
|
--libdir=/usr/lib \
|
||||||
--libexecdir=/usr/lib \
|
--libexecdir=/usr/lib \
|
||||||
|
|
Loading…
Reference in a new issue