[Buildroot] [PATCH v4 05/11] core: sanitize RPATH in target tree at the end of the target finalization

Wolfgang Grandegger wg at grandegger.com
Tue Jun 27 10:26:41 UTC 2017


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

diff --git a/Makefile b/Makefile
index 3b0e336..bda4a05 100644
--- a/Makefile
+++ b/Makefile
@@ -717,6 +717,8 @@ endif
 
 	@$(call MESSAGE,"Sanitizing RPATH in staging tree")
 	$(TOPDIR)/support/scripts/fix-rpath staging
+	@$(call MESSAGE,"Sanitizing RPATH in target tree")
+	$(TOPDIR)/support/scripts/fix-rpath target
 
 .PHONY: target-post-image
 target-post-image: $(TARGETS_ROOTFS) target-finalize
-- 
2.7.4




More information about the buildroot mailing list