[Buildroot] [PATCH v7 4/9] core: sanitize RPATH in target tree at the end of target finalization

Wolfgang Grandegger wg at grandegger.com
Wed Jul 5 16:53:09 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 cdc3a64..1a826fc 100644
--- a/Makefile
+++ b/Makefile
@@ -725,6 +725,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