mirror of
https://gitlab.com/nonguix/nonguix.git
synced 2024-12-22 06:44:51 +01:00
nonguix: binary-build-system: Print the patchelf version.
* nonguix/build/binary-build-system.scm (patchelf): Output patchelf version. Signed-off-by: John Kehayias <john.kehayias@protonmail.com>
This commit is contained in:
parent
f82534a8a8
commit
99574ff94b
1 changed files with 4 additions and 0 deletions
|
@ -116,6 +116,10 @@ The inputs are optional when the file is an executable."
|
|||
(invoke "patchelf" "--set-rpath" rpath binary)))
|
||||
#t)
|
||||
|
||||
(display "Using patchelf version: ")
|
||||
(force-output)
|
||||
(invoke "patchelf" "--version")
|
||||
|
||||
(when (and patchelf-plan
|
||||
(not (null? patchelf-plan)))
|
||||
(let ((interpreter (car (find-files (assoc-ref inputs "libc") "ld-linux.*\\.so")))
|
||||
|
|
Loading…
Reference in a new issue