From bc0dbb230df1bdc282d54f4ca97e54db3de7ad5a Mon Sep 17 00:00:00 2001 From: Johannes Date: Sat, 20 Apr 2019 00:39:11 +0200 Subject: [PATCH] musl: revert to 1.1.21 musl-1.1.22 breaks firefox and chromium --- srcpkgs/musl/template | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/srcpkgs/musl/template b/srcpkgs/musl/template index 0347a2fcf02..169b5a7086f 100644 --- a/srcpkgs/musl/template +++ b/srcpkgs/musl/template @@ -1,7 +1,8 @@ # Template file for 'musl'. pkgname=musl -version=1.1.22 -revision=1 +reverts="1.1.22_1" +version=1.1.21 +revision=3 archs="*-musl" build_style=gnu-configure configure_args="--prefix=/usr --disable-gcc-wrapper" @@ -12,7 +13,7 @@ maintainer="Juan RP " license="MIT" homepage="http://www.musl-libc.org/" distfiles="http://www.musl-libc.org/releases/musl-${version}.tar.gz" -checksum=8b0941a48d2f980fd7036cfbd24aa1d414f03d9a0652ecbd5ec5c7ff1bee29e3 +checksum=c742b66f6f49c9e5f52f64d8b79fecb5a0f6e0203fca176c70ca20f6be285f44 nostrip_files="libc.so" shlib_provides="libc.so"