tools/elfutils: remove no-op copy of tdestroy()
authorMichael Pratt <mcpratt@pm.me>
Mon, 8 Apr 2024 07:54:13 +0000 (03:54 -0400)
committerRobert Marko <robimarko@gmail.com>
Thu, 25 Apr 2024 19:33:51 +0000 (21:33 +0200)
commitddb7177c57e1515d9b170a2a35c2d2f341311a05
tree529a4c1f9abf2c9ad7dd084d4f34f07f92239d63
parent20ed56ec8b80936132d3dd66e3a7b82dd1d2ed89
tools/elfutils: remove no-op copy of tdestroy()

A false tdestroy() function was added in order to make elfutils build on
macOS again. A previous commit added declarations for a real version of
tdestroy() into gnulib, which is already imported, as well as the
preprocessor flags and the triggers for the Makefile.am conditional in
order to include the source to be built.

Tested-by: Georgi Valkov <gvalkov@gmail.com> # MacOS
Signed-off-by: Michael Pratt <mcpratt@pm.me>
Signed-off-by: Tony Ambardar <itugrok@yahoo.com>
tools/elfutils/patches/100-portability.patch