mirror of
https://github.com/ivabus/pantry
synced 2024-11-23 00:45: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
|
semverator satisfies '<2.39' {{version}}; then
|
||||||
patch -p0 <props/macports.patch
|
patch -p0 <props/macports.patch
|
||||||
fi
|
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
|
- ./configure $ARGS
|
||||||
|
|
||||||
- make --jobs {{hw.concurrency}} install
|
- make --jobs {{hw.concurrency}} install
|
||||||
|
|
||||||
- |
|
- |
|
||||||
|
|
Loading…
Reference in a new issue