mirror of
https://github.com/ivabus/pantry
synced 2024-11-22 16:35:07 +03:00
fix(util-linux)[2]
This commit is contained in:
parent
5fc8dc5335
commit
ff69bc746f
1 changed files with 6 additions and 0 deletions
|
@ -115,7 +115,13 @@ build:
|
|||
semverator satisfies '<2.39' {{version}}; then
|
||||
patch -p0 <props/macports.patch
|
||||
fi
|
||||
|
||||
# FIXME: waitpid (new in 2.39) fails to build
|
||||
- sed -i.bak 's/build_waitpid=yes ;;/build_waitpid=no ;;/g' configure
|
||||
- rm configure.bak
|
||||
|
||||
- ./configure $ARGS
|
||||
|
||||
- make --jobs {{hw.concurrency}} install
|
||||
|
||||
- |
|
||||
|
|
Loading…
Reference in a new issue