gcompat: update to 0.3.0.
This commit is contained in:
parent
2fe0433f32
commit
3f761df4b7
|
@ -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 <sys/syscall.h>
|
|
||||||
|
|
||||||
|
|
||||||
+#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
|
|
|
@ -1,14 +1,14 @@
|
||||||
# Template file for 'gcompat'
|
# Template file for 'gcompat'
|
||||||
pkgname=gcompat
|
pkgname=gcompat
|
||||||
version=0.1.0
|
version=0.3.0
|
||||||
revision=1
|
revision=1
|
||||||
build_style="gnu-makefile"
|
build_style=gnu-makefile
|
||||||
short_desc="Compatibility layer to allow running glibc binaries on musl systems"
|
short_desc="Compatibility layer to allow running glibc binaries on musl systems"
|
||||||
maintainer="Daniel James <djames@orcadian.net>"
|
maintainer="Daniel James <djames@orcadian.net>"
|
||||||
homepage="https://code.foxkit.us/adelie/gcompat"
|
homepage="https://code.foxkit.us/adelie/gcompat"
|
||||||
license="ISC"
|
license="ISC"
|
||||||
distfiles="https://distfiles.AdelieLinux.org/source/${pkgname}-${version}.tar.xz"
|
distfiles="https://distfiles.AdelieLinux.org/source/${pkgname}/${pkgname}-${version}.tar.xz"
|
||||||
checksum="3093397f69dfee45b60e3b7ea02b26b625bfb57f9c1dbb5d6ceadda6f823578b"
|
checksum=31bb3ead012e23a1f3b4bedc8a376655d3b65c66d37e6acc865a9b72163f50ea
|
||||||
|
|
||||||
# https://sourceware.org/glibc/wiki/ABIList
|
# https://sourceware.org/glibc/wiki/ABIList
|
||||||
# https://wiki.linaro.org/RikuVoipio/LdSoTable
|
# https://wiki.linaro.org/RikuVoipio/LdSoTable
|
||||||
|
|
Loading…
Reference in New Issue