Age | Commit message (Expand) | Author |
2018-03-29 | ld-wrapper: Allow linking with non-store libraries by default....This was suggested on several occasions, notably
<https://bugs.gnu.org/24544>.
* gnu/packages/ld-wrapper.in (%allow-impurities?): Default to #t and
parse the value of 'GUIX_LD_WRAPPER_ALLOW_IMPURITIES'.
* guix/build/gnu-build-system.scm (set-paths): Set
'GUIX_LD_WRAPPER_ALLOW_IMPURITIES'.
| Ludovic Courtès |
2018-03-29 | ld-wrapper: Don't talk about "impure library"....* gnu/packages/ld-wrapper.in (rpath-arguments): Clarify message instead
of saying "impure library".
| Ludovic Courtès |
2018-03-29 | ld-wrapper: Make sure debugging output goes through....* gnu/packages/ld-wrapper.in (ld-wrapper): Add call to 'force-output'.
| Ludovic Courtès |
2017-05-25 | ld-wrapper: Read arguments from "response files"....Fixes <http://bugs.gnu.org/25882>.
Reported by Federico Beffa <beffa@fbengineering.ch>.
* gnu/packages/ld-wrapper.in (expand-arguments): New procedure.
(ld-wrapper): Use it.
| Ludovic Courtès |
2016-04-06 | ld-wrapper: Unset 'GUILE_LOAD_COMPILED_PATH'....* gnu/packages/ld-wrapper.in: Unset 'GUILE_LOAD_COMPILED_PATH'.
| Ludovic Courtès |
2015-11-28 | ld-wrapper: Compute the library search path globally....Fixes <http://bugs.gnu.org/21941>.
* gnu/packages/ld-wrapper.in (library-search-path): New procedure.
(library-files-linked): Add 'library-path' parameter. Use it. Do not
thread it in 'fold'.
(ld-wrapper): Add call to 'library-search-path' and pass the result to
'library-files-linked'. When debugging, print the value of PATH.
| Ludovic Courtès |
2015-06-14 | ld-wrapper: Ignore .so files specified after "-plugin" for RUNPATH purposes....Reported by Mark H Weaver
at <http://debbugs.gnu.org/cgi/bugreport.cgi?bug=20102#58>.
* gnu/packages/ld-wrapper.in (library-files-linked): Handle "-plugin"
similarly to "-dynamic-linker".
| Ludovic Courtès |
2015-04-21 | gnu: ld-wrapper: Ignore the .so argument following '-dynamic-linker'....Reported at <http://bugs.gnu.org/20102>.
* gnu/packages/ld-wrapper.in (library-files-linked): Rename 'path+files'
to 'path+files+args'. Thread the reverse list of previous arguments.
Add case for when the previous argument is "-dynamic-linker".
| Ludovic Courtès |
2015-04-21 | gnu: ld-wrapper: Add debugging info....* gnu/packages/ld-wrapper.in (ld-wrapper): Add "libraries linked"
debugging statement.
| Ludovic Courtès |
2015-04-21 | gnu: Rename ld-wrapper2 to ld-wrapper....* gnu/packages/ld-wrapper2.in: Rename to...
* gnu/packages/ld-wrapper.in: ... this.
* gnu-system.am (MISC_DISTRO_FILES): Remove ld-wrapper2.in.
* gnu/packages/commencement.scm (fixed-ld-wrapper): Remove.
(gcc-toolchain): Restore pre-77db91ad inputs.
| Ludovic Courtès |
2015-04-07 | gnu: Change ld-wrapper extension from .scm to .in....* gnu/packages/ld-wrapper.scm: Rename to...
* gnu/packages/ld-wrapper.in: ... this.
* gnu/packages/base.scm (make-ld-wrapper): Adjust "wrapper" input
accordingly.
* gnu-system.am (GNU_SYSTEM_MODULES): Remove ld-wrapper.scm.
(MISC_DISTRO_FILES): New variable.
| Ludovic Courtès |