tools/elfutils: use gnulib module for posix_fallocate()
authorMichael Pratt <mcpratt@pm.me>
Mon, 10 Jun 2024 18:43:04 +0000 (14:43 -0400)
committerRobert Marko <robimarko@gmail.com>
Wed, 19 Jun 2024 09:22:13 +0000 (11:22 +0200)
commitc07a23416442ab9719d6fdb2fa73d680fbb2097e
tree7cd36587823b0fae5b0cc567ba457da15e3fef20
parentf07621e10b2ed85391eee7f489d843fb3f01ff6a
tools/elfutils: use gnulib module for posix_fallocate()

The version of posix_fallocate() patched into elfutils
for macOS using code from Mozilla is now patched into gnulib.

Import the fallocate-posix module and always link
the corresponding object to libraries whenever it is built.

Signed-off-by: Michael Pratt <mcpratt@pm.me>
Link: https://github.com/openwrt/openwrt/pull/15690
Signed-off-by: Robert Marko <robimarko@gmail.com>
tools/elfutils/Makefile
tools/elfutils/patches/100-portability.patch