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 |