mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-02-16 23:57:11 +00:00
core/glibc to 2.25-2
This commit is contained in:
parent
bc41dc093e
commit
ad72c49f2b
1 changed files with 3 additions and 10 deletions
|
@ -14,8 +14,8 @@ noautobuild=1
|
|||
|
||||
pkgname=glibc
|
||||
pkgver=2.25
|
||||
pkgrel=1
|
||||
_commit=69e0a87cc4c570e3b7218392fc3e743b5bddcce2
|
||||
pkgrel=2
|
||||
_commit=ccb4fd7a657b0fbc4890c98f4586d58a135fc583
|
||||
pkgdesc="GNU C Library"
|
||||
arch=('i686' 'x86_64')
|
||||
url="http://www.gnu.org/software/libc"
|
||||
|
@ -37,14 +37,7 @@ md5sums=('SKIP'
|
|||
|
||||
prepare() {
|
||||
mkdir glibc-build
|
||||
|
||||
cd glibc
|
||||
# avoid crashes on i686 memchr-sse2.S
|
||||
# https://sourceware.org/bugzilla/show_bug.cgi?id=21182
|
||||
_revert_commit="23d27709a423aec32821e9a5198a10267107bae2"
|
||||
_revert_file="sysdeps/i386/i686/multiarch/memchr-sse2.S"
|
||||
git show ${_revert_commit} -- ${_revert_file} | git apply -R
|
||||
}
|
||||
}
|
||||
|
||||
build() {
|
||||
cd glibc-build
|
||||
|
|
Loading…
Reference in a new issue