[Buildroot] [git commit] patchelf: always build this package required for RPATH sanitization

Thomas Petazzoni thomas.petazzoni at free-electrons.com
Thu Jul 20 20:47:04 UTC 2017


commit: https://git.buildroot.net/buildroot/commit/?id=b972b108f47c894626452c6f96e5ef1524795db1
branch: https://git.buildroot.net/buildroot/commit/?id=refs/heads/master

Signed-off-by: Wolfgang Grandegger <wg at grandegger.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni at free-electrons.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..6abe78e 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.


More information about the buildroot mailing list