mirror of
https://github.com/void-linux/void-packages.git
synced 2025-04-19 07:37:01 +02:00
fakeroot: fix on musl
This commit is contained in:
parent
2ac17b2358
commit
04de0a800c
1 changed files with 3 additions and 1 deletions
|
@ -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
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue