From 27f134b64ae20c1f50fa9249135f50ad6f002aee Mon Sep 17 00:00:00 2001 From: Bryan Drewery Date: Fri, 3 Feb 2017 16:27:23 +0000 Subject: [PATCH] native-xtools: Add missing readelf. The switch to elftoolchain's readelf in r280859 caused native-xtools to no longer build readelf. This fixes poudriere builds not using a native readelf when expected. Reported by: strejda on freenode MFC after: 2 weeks Sponsored by: Dell EMC Isilon --- Makefile.inc1 | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile.inc1 b/Makefile.inc1 index e9ed22493df1..17d6b0c0e897 100644 --- a/Makefile.inc1 +++ b/Makefile.inc1 @@ -1950,6 +1950,7 @@ native-xtools: .PHONY usr.bin/mktemp \ usr.bin/mt \ usr.bin/patch \ + usr.bin/readelf \ usr.bin/sed \ usr.bin/sort \ usr.bin/tar \