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 }