diff options
author | Raul Infante-Sainz <infantesainz@gmail.com> | 2019-04-10 09:30:58 +0100 |
---|---|---|
committer | Raul Infante-Sainz <infantesainz@gmail.com> | 2019-04-10 09:30:58 +0100 |
commit | 2315b5137c03884025ba437fc72cf3cf7471cd43 (patch) | |
tree | ea8f7684f8d43193996885f44159aeb3fee29615 /.file-metadata | |
parent | a0f8a70679975f336c54fffd4c22c85c1660c80d (diff) |
Using bin executable in patchelf for awk and bash
Until this commit, we were using the target (version number of the
program) in the `patchelf' for `awk' and `bash'. This makes an incorrect
linking in libraries because the target is not the bin program but just
a plain text containing the version number of the program.
With this commit we fix this issue by setting in the patchelf of `awk'
and `bash' the bin executable, and not the target (version number).
Diffstat (limited to '.file-metadata')
-rw-r--r-- | .file-metadata | bin | 4711 -> 4780 bytes |
1 files changed, 0 insertions, 0 deletions
diff --git a/.file-metadata b/.file-metadata Binary files differindex bbb073a..115bae6 100644 --- a/.file-metadata +++ b/.file-metadata |