From 2315b5137c03884025ba437fc72cf3cf7471cd43 Mon Sep 17 00:00:00 2001 From: Raul Infante-Sainz Date: Wed, 10 Apr 2019 09:30:58 +0100 Subject: 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). --- .file-metadata | Bin 4711 -> 4780 bytes 1 file changed, 0 insertions(+), 0 deletions(-) (limited to '.file-metadata') diff --git a/.file-metadata b/.file-metadata index bbb073a..115bae6 100644 Binary files a/.file-metadata and b/.file-metadata differ -- cgit v1.2.1