[Buildroot] [RFC PATCH v5 05/11] core: we need host-patchelf as the very first package for RPATH sanitation

Wolfgang Grandegger wg at grandegger.com
Fri Jun 30 08:37:02 UTC 2017


For this purpose we set DEPENDENCIES_HOST_PREREQ to host-patchelf early
in the Makefile.

Signed-off-by: Wolfgang Grandegger <wg at grandegger.com>
---
 Makefile | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/Makefile b/Makefile
index 88d98e0..f5ea6a8 100644
--- a/Makefile
+++ b/Makefile
@@ -483,6 +483,8 @@ include package/Makefile.in
 # arch/arch.mk.* must be after package/Makefile.in because it may need to
 # complement variables defined therein, like BR_NO_CHECK_HASH_FOR.
 -include $(wildcard arch/arch.mk.*)
+# We need patchelf early for RPATH sanitation
+DEPENDENCIES_HOST_PREREQ += host-patchelf
 include support/dependencies/dependencies.mk
 
 include toolchain/*.mk
-- 
2.7.4




More information about the buildroot mailing list