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
|
(begin
|
||||||
(format (current-error-port)
|
(format (current-error-port)
|
||||||
"ld-wrapper: error: attempt to use \
|
"ld-wrapper: error: attempt to use \
|
||||||
impure library ~s~%"
|
library outside of ~a: ~s~%"
|
||||||
file)
|
%store-directory file)
|
||||||
(exit 1)))))
|
(exit 1)))))
|
||||||
'()
|
'()
|
||||||
library-files))
|
library-files))
|
||||||
|
|
Loading…
Reference in New Issue