libnfsidmap: musl support.
This commit is contained in:
parent
c4aca9a7f3
commit
4445c02585
|
@ -1,7 +1,7 @@
|
|||
# Template file for 'libnfsidmap'
|
||||
pkgname=libnfsidmap
|
||||
version=0.26
|
||||
revision=1
|
||||
revision=2
|
||||
build_style=gnu-configure
|
||||
configure_args="--disable-static"
|
||||
hostmakedepends="automake libtool"
|
||||
|
@ -14,6 +14,7 @@ distfiles="https://fedorapeople.org/~steved/${pkgname}/${version}/${pkgname}-${v
|
|||
checksum=391cd35a8aa48bcba1678b483c3e2525d0990eca963bb035962fcf1e3ee2a8bf
|
||||
|
||||
pre_configure() {
|
||||
sed -i 's,u_int,uint,g;s,u_char,unsigned char,g' *.[ch]
|
||||
autoreconf -fi
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue