[Buildroot] [PATCH v8 04/10] patchelf: always build this package required for RPATH sanitization

Wolfgang Grandegger wg at grandegger.com
Thu Jul 20 14:35:15 UTC 2017


Signed-off-by: Wolfgang Grandegger <wg at grandegger.com>
---
 package/patchelf/Config.in.host | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/package/patchelf/Config.in.host b/package/patchelf/Config.in.host
index d1c8375..7b19e6a 100644
--- a/package/patchelf/Config.in.host
+++ b/package/patchelf/Config.in.host
@@ -1,5 +1,6 @@
 config BR2_PACKAGE_HOST_PATCHELF
-	bool "host patchelf"
+	bool
+	default "y"
 	help
 	  PatchELF is a small utility to modify the dynamic linker
 	  and RPATH of ELF executables.
-- 
2.7.4



More information about the buildroot mailing list