From 3f761df4b7912be78e4ed0d688aca34fc6d50a76 Mon Sep 17 00:00:00 2001 From: Rasmus Thomsen Date: Fri, 5 Oct 2018 19:01:22 +0200 Subject: [PATCH] gcompat: update to 0.3.0. --- srcpkgs/gcompat/patches/aarch64.patch | 17 ----------------- srcpkgs/gcompat/template | 8 ++++---- 2 files changed, 4 insertions(+), 21 deletions(-) delete mode 100644 srcpkgs/gcompat/patches/aarch64.patch diff --git a/srcpkgs/gcompat/patches/aarch64.patch b/srcpkgs/gcompat/patches/aarch64.patch deleted file mode 100644 index 386d6bd3569..00000000000 --- a/srcpkgs/gcompat/patches/aarch64.patch +++ /dev/null @@ -1,17 +0,0 @@ ---- libgcompat/sysctl.c.orig 2017-10-19 10:51:44.000000000 +0000 -+++ libgcompat/sysctl.c 2017-10-19 10:51:55.988937813 +0000 -@@ -4,6 +4,8 @@ - #include - - -+#ifdef SYS__sysctl // deprecated sysctl not available on aarch64 -+ - struct __sysctl_args { - int *name; - int nlen; -@@ -26,3 +28,5 @@ - - return syscall(SYS__sysctl, &args); - } -+ -+#endif diff --git a/srcpkgs/gcompat/template b/srcpkgs/gcompat/template index bd538cae8fa..f934ff49437 100644 --- a/srcpkgs/gcompat/template +++ b/srcpkgs/gcompat/template @@ -1,14 +1,14 @@ # Template file for 'gcompat' pkgname=gcompat -version=0.1.0 +version=0.3.0 revision=1 -build_style="gnu-makefile" +build_style=gnu-makefile short_desc="Compatibility layer to allow running glibc binaries on musl systems" maintainer="Daniel James " homepage="https://code.foxkit.us/adelie/gcompat" license="ISC" -distfiles="https://distfiles.AdelieLinux.org/source/${pkgname}-${version}.tar.xz" -checksum="3093397f69dfee45b60e3b7ea02b26b625bfb57f9c1dbb5d6ceadda6f823578b" +distfiles="https://distfiles.AdelieLinux.org/source/${pkgname}/${pkgname}-${version}.tar.xz" +checksum=31bb3ead012e23a1f3b4bedc8a376655d3b65c66d37e6acc865a9b72163f50ea # https://sourceware.org/glibc/wiki/ABIList # https://wiki.linaro.org/RikuVoipio/LdSoTable