glibc-32: updated to 2.23-bbe472f

This commit is contained in:
Fredrik Rinnestam 2016-07-05 20:41:15 +02:00
parent 5ac2fbdd41
commit 3b14e4ffb9
3 changed files with 7 additions and 7 deletions

View File

@ -1,3 +1,3 @@
456995968f3acadbed39f5eba31678df glibc-2.23.tar.xz
9f7b4a05ba81a2b6304113ff99807626 glibc-2.23-bbe472f.tar.xz
935f8c95a801d7b1675c487a144c6f17 kernel-headers-4.4.14.tar.xz
a8f4549c716cd37244fbf1ed059497f8 lib32.conf

View File

@ -1,7 +1,7 @@
untrusted comment: verify with /etc/ports/core.pub
RWRJc1FUaeVeqrqBLODtvoX3VGhREKHRaaQnNcdzbUKPjr2/kMI7fcDWImkAQosSbkRBk1BsgFY/Ip6kf67dWYnchU3LULNMnAM=
SHA256 (Pkgfile) = 6f8c743fb8f5fe4f8d252d652dd0f88b049a486b9ceba506572268bd8abb94b7
RWRJc1FUaeVeql/k9GTcQlhoyi9tGGSH0oTW+IxZV3H4E2cJrHJTeOQfpBcVQjFx9yaDOLp1I2BiM0zTWiC6BkUz4UXZ8VSYCww=
SHA256 (Pkgfile) = a0470ec066008236afaff29e0a17d8543500937198e8c7798f745c1f3c151635
SHA256 (.footprint) = aa0ced866555330042e06a6957f05e49aa7279e1e164c4e43ae2a4799eb48f5a
SHA256 (glibc-2.23.tar.xz) = 94efeb00e4603c8546209cefb3e1a50a5315c86fa9b078b6fad758e187ce13e9
SHA256 (glibc-2.23-bbe472f.tar.xz) = 16fec9f9377d9b192456d344d5c910d2f294702d30782168e2fa3a6877f52428
SHA256 (kernel-headers-4.4.14.tar.xz) = 82ffcae06f60f54c47d79c891bcf487d6f770f49d0b4e33c73110af434600633
SHA256 (lib32.conf) = 2f174d2bcefe1c29327690514f34d6970fffdd54398320ca23a11b5f1e3c9b2d

View File

@ -3,9 +3,9 @@
# Maintainer: CRUX System Team, core-ports at crux dot nu
name=glibc-32
version=2.23
version=2.23-bbe472f
release=1
source=(http://ftp.gnu.org/gnu/glibc/glibc-$version.tar.xz \
source=(http://crux.nu/files/glibc/glibc-$version.tar.xz \
http://crux.nu/files/distfiles/kernel-headers-4.4.14.tar.xz \
lib32.conf)
@ -17,7 +17,7 @@ build() {
export CC="${CC:-gcc} -m32"
export CFLAGS="$CFLAGS -Wno-error=parentheses"
../glibc-$version/configure --prefix=/usr \
../glibc-${version:0:4}/configure --prefix=/usr \
--libdir=/usr/lib32 \
--libexecdir=/usr/lib32 \
--with-headers=$SRC/kernel-headers-4.4.14/include \