[arch-commits] Commit in glibc/trunk (PKGBUILD)
Bartłomiej Piotrowski
bpiotrowski at archlinux.org
Mon Oct 30 07:19:20 UTC 2017
Date: Monday, October 30, 2017 @ 07:19:14
Author: bpiotrowski
Revision: 308618
2.26-6: bump to latest commit from release/2.26/master
Modified:
glibc/trunk/PKGBUILD
----------+
PKGBUILD | 11 ++++-------
1 file changed, 4 insertions(+), 7 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2017-10-29 22:32:14 UTC (rev 308617)
+++ PKGBUILD 2017-10-30 07:19:14 UTC (rev 308618)
@@ -7,7 +7,7 @@
pkgname=glibc
pkgver=2.26
-pkgrel=5
+pkgrel=6
pkgdesc='GNU C Library'
arch=(i686 x86_64)
url='http://www.gnu.org/software/libc'
@@ -21,17 +21,15 @@
etc/nscd.conf)
options=(!strip staticlibs)
install=glibc.install
-_commit=d5c6dea2d5b4b5c64625c5386f6baec7bf2d89b3
+_commit=4b692dffb95ac4812b161eb6a16113d7e824982e # release/2.26/master
source=(git+https://sourceware.org/git/glibc.git#commit=${_commit}
locale.gen.txt
locale-gen
- 0001-Don-t-use-IFUNC-resolver-for-longjmp-or-system-in-li.patch
- 0002-x86-Add-x86_64-to-x86-64-HWCAP-BZ-22093.patch)
+ 0001-Don-t-use-IFUNC-resolver-for-longjmp-or-system-in-li.patch)
md5sums=('SKIP'
'07ac979b6ab5eeb778d55f041529d623'
'476e9113489f93b348b21e144b6a8fcf'
- 'cbc073315c00b03898b7fc614274d6b3'
- 'bd9b13f3294b6357baa809e4416b9f44')
+ 'cbc073315c00b03898b7fc614274d6b3')
# pkgver() {
# cd glibc
@@ -43,7 +41,6 @@
cd glibc
patch -p1 -i "$srcdir/0001-Don-t-use-IFUNC-resolver-for-longjmp-or-system-in-li.patch"
- patch -p1 -i "$srcdir/0002-x86-Add-x86_64-to-x86-64-HWCAP-BZ-22093.patch"
}
build() {
More information about the arch-commits
mailing list