From 04de0a800cb066cb271f530d489dac123e34d6e7 Mon Sep 17 00:00:00 2001 From: q66 Date: Sat, 6 Nov 2021 19:32:48 +0100 Subject: [PATCH] fakeroot: fix on musl --- srcpkgs/fakeroot/template | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/srcpkgs/fakeroot/template b/srcpkgs/fakeroot/template index f9d2cf9bb08..b56fea7f19e 100644 --- a/srcpkgs/fakeroot/template +++ b/srcpkgs/fakeroot/template @@ -1,7 +1,7 @@ # Template file for 'fakeroot' pkgname=fakeroot version=1.25.3 -revision=1 +revision=2 build_style=gnu-configure configure_args="--disable-static" hostmakedepends="automake libtool" @@ -39,6 +39,8 @@ post_patch() { #ls doesn't report owner as root vsed -i test/Makefile.am \ -e '/ t\.touchinstall/d' + vsed -i -i configure.ac \ + -e 's/__${PRE}x${FUNC} _${PRE}x${FUNC} __${PRE}${FUNC}13 ${PRE}${FUNC}/${PRE}${FUNC}/' fi }