]> git.ipfire.org Git - thirdparty/util-linux.git/commit
build-sys: add --disable-waitpid
authorFrantisek Sumsal <frantisek@sumsal.cz>
Thu, 18 May 2023 16:56:15 +0000 (18:56 +0200)
committerFrantisek Sumsal <frantisek@sumsal.cz>
Thu, 18 May 2023 16:56:15 +0000 (18:56 +0200)
commitc0d75916b64351133e63e62c6fed7156fe043629
tree47c75fde1dfd656cf9cc4b6fedee0a0b0e1c3686
parent01a0a556018694bfaf6b01a5a40f8d0d10641a1f
build-sys: add --disable-waitpid

The new pidfd stuff waitpid uses is not compatible with older kernel
headers, but the rest of the util-linux is still perfectly fine, so
allow disabling just the waitpid utility to make the builds happy again.
configure.ac