From 132ae4ce32fd374b9ebfe65da0ac7103a56208d0 Mon Sep 17 00:00:00 2001 From: Anthony Iliopoulos Date: Fri, 21 Aug 2020 19:02:00 +0200 Subject: [PATCH] libcap: update to 2.43. --- srcpkgs/libcap/template | 10 ++-------- 1 file changed, 2 insertions(+), 8 deletions(-) diff --git a/srcpkgs/libcap/template b/srcpkgs/libcap/template index 2e8a68b924e..952efce4c12 100644 --- a/srcpkgs/libcap/template +++ b/srcpkgs/libcap/template @@ -1,6 +1,6 @@ # Template file for 'libcap' pkgname=libcap -version=2.42 +version=2.43 revision=1 bootstrap=yes build_style=gnu-makefile @@ -13,7 +13,7 @@ maintainer="skmpz " license="GPL-2.0-only" homepage="http://sites.google.com/site/fullycapable/" distfiles="${KERNEL_SITE}/libs/security/linux-privs/libcap2/${pkgname}-${version}.tar.xz" -checksum=3605a9cb60076547ea9f64989e0ba576da9508e4653e8dc40ae54c0d6f443dfd +checksum=512a0e5fc4c1e06d472a20da26aa96a9b9bf2a26b23f094f77f1b8da56cc427f if [ "$CHROOT_READY" ]; then hostmakedepends="perl" @@ -22,12 +22,6 @@ if [ "$CHROOT_READY" ]; then fi fi -pre_build() { - vsed -e 's,CC :=,CC ?=,' -i Make.Rules - # Disable tests, as they cause cross-build failure - vsed -e '/test:/,/.sh/d' -e '/tests/d' -i Makefile -} - libcap-devel_package() { depends="libcap>=${version}_${revision}" short_desc+=" - development files"