From 93680690f225cfafc04db03fbd241945fcf5baa7 Mon Sep 17 00:00:00 2001 From: Anthony Iliopoulos Date: Sat, 12 Sep 2020 19:41:47 +0200 Subject: [PATCH] libhugetlbfs: update to 2.23. --- srcpkgs/libhugetlbfs/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/libhugetlbfs/template b/srcpkgs/libhugetlbfs/template index a95233dc178..3289b57e660 100644 --- a/srcpkgs/libhugetlbfs/template +++ b/srcpkgs/libhugetlbfs/template @@ -1,6 +1,6 @@ # Template file for 'libhugetlbfs' pkgname=libhugetlbfs -version=2.22 +version=2.23 revision=1 # fails to build on musl (relies on glibc specifics) + only for these archs archs="x86_64 i686 armv[67]l aarch64 ppc64le ppc64 ppc" @@ -12,7 +12,7 @@ maintainer="q66 " license="LGPL-2.1-or-later" homepage="https://github.com/libhugetlbfs/libhugetlbfs" distfiles="https://github.com/${pkgname}/${pkgname}/releases/download/${version}/${pkgname}-${version}.tar.gz" -checksum=94dca9ea2c527cd77bf28904094fe4708865a85122d416bfccc8f4b73b9a6785 +checksum=b70672f1e807c61b7eb3adf41c1903b42917951f2e7f8aef6821841700c04479 patch_args="-Np1" CFLAGS="-fPIC"