ld-wrapper: Don't talk about "impure library".
* gnu/packages/ld-wrapper.in (rpath-arguments): Clarify message instead of saying "impure library".
This commit is contained in:
parent
6764538327
commit
1a5e07c3b5
|
@ -217,8 +217,8 @@ exec @GUILE@ -c "(load-compiled \"@SELF@.go\") (apply $main (cdr (command-line))
|
|||
(begin
|
||||
(format (current-error-port)
|
||||
"ld-wrapper: error: attempt to use \
|
||||
impure library ~s~%"
|
||||
file)
|
||||
library outside of ~a: ~s~%"
|
||||
%store-directory file)
|
||||
(exit 1)))))
|
||||
'()
|
||||
library-files))
|
||||
|
|
Loading…
Reference in New Issue