splint: fix musl build
This commit is contained in:
parent
854287eacc
commit
5a60336c2e
1 changed files with 5 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'splint'
|
# Template file for 'splint'
|
||||||
pkgname=splint
|
pkgname=splint
|
||||||
version=3.1.2
|
version=3.1.2
|
||||||
revision=3
|
revision=4
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
hostmakedepends="flex"
|
hostmakedepends="flex"
|
||||||
makedepends="libfl-devel"
|
makedepends="libfl-devel"
|
||||||
|
@ -12,3 +12,7 @@ license="GPL-2"
|
||||||
distfiles="http://www.splint.org/downloads/$pkgname-$version.src.tgz"
|
distfiles="http://www.splint.org/downloads/$pkgname-$version.src.tgz"
|
||||||
checksum=c78db643df663313e3fa9d565118391825dd937617819c6efc7966cdf444fb0a
|
checksum=c78db643df663313e3fa9d565118391825dd937617819c6efc7966cdf444fb0a
|
||||||
disable_parallel_build=yes
|
disable_parallel_build=yes
|
||||||
|
|
||||||
|
post_extract() {
|
||||||
|
sed -i 's/__pid_t/pid_t/g' src/osd.c
|
||||||
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue