From: Wolfgang Grandegger Date: Thu, 20 Jul 2017 14:35:15 +0000 (+0200) Subject: patchelf: always build this package required for RPATH sanitization X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=b972b108f47c894626452c6f96e5ef1524795db1;p=buildroot.git patchelf: always build this package required for RPATH sanitization Signed-off-by: Wolfgang Grandegger Signed-off-by: Thomas Petazzoni --- diff --git a/package/patchelf/Config.in.host b/package/patchelf/Config.in.host index d1c8375704..6abe78e235 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.