diff options
Diffstat (limited to 'package/patchelf/Config.in.host')
-rw-r--r-- | package/patchelf/Config.in.host | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/package/patchelf/Config.in.host b/package/patchelf/Config.in.host new file mode 100644 index 0000000000..d1c8375704 --- /dev/null +++ b/package/patchelf/Config.in.host @@ -0,0 +1,7 @@ +config BR2_PACKAGE_HOST_PATCHELF + bool "host patchelf" + help + PatchELF is a small utility to modify the dynamic linker + and RPATH of ELF executables. + + http://nixos.org/patchelf.html |