pwnat: fix musl.
This commit is contained in:
parent
75c34d69a1
commit
a864f83ca7
1 changed files with 4 additions and 0 deletions
|
@ -13,6 +13,10 @@ checksum=365da981ba1a39d7e3c8427fbcd9e7fcd3dd16cd30ae7e3b0aca50511fd8e1b1
|
||||||
wrksrc="${pkgname}-${_githash}"
|
wrksrc="${pkgname}-${_githash}"
|
||||||
build_style=gnu-makefile
|
build_style=gnu-makefile
|
||||||
|
|
||||||
|
do_configure() {
|
||||||
|
sed -i 's#sys/unistd.h#unistd.h#' $(find -name '*.[ch]')
|
||||||
|
}
|
||||||
|
|
||||||
do_install() {
|
do_install() {
|
||||||
vbin pwnat
|
vbin pwnat
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue