summaryrefslogtreecommitdiff
path: root/gnu/packages/ld-wrapper.in
Commit message (Collapse)AuthorAge
* ld-wrapper: Allow linking with non-store libraries by default.Ludovic Courtès2018-03-29
| | | | | | | | | | 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'.
* ld-wrapper: Don't talk about "impure library".Ludovic Courtès2018-03-29
| | | | | * gnu/packages/ld-wrapper.in (rpath-arguments): Clarify message instead of saying "impure library".
* ld-wrapper: Make sure debugging output goes through.Ludovic Courtès2018-03-29
| | | | * gnu/packages/ld-wrapper.in (ld-wrapper): Add call to 'force-output'.
* ld-wrapper: Read arguments from "response files".Ludovic Courtès2017-05-25
| | | | | | | | 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.
* ld-wrapper: Unset 'GUILE_LOAD_COMPILED_PATH'.Ludovic Courtès2016-04-06
| | | | * gnu/packages/ld-wrapper.in: Unset 'GUILE_LOAD_COMPILED_PATH'.
* ld-wrapper: Compute the library search path globally.Ludovic Courtès2015-11-28
| | | | | | | | | | 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.
* ld-wrapper: Ignore .so files specified after "-plugin" for RUNPATH purposes.Ludovic Courtès2015-06-14
| | | | | | | | 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".
* gnu: ld-wrapper: Ignore the .so argument following '-dynamic-linker'.Ludovic Courtès2015-04-21
| | | | | | | | 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".
* gnu: ld-wrapper: Add debugging info.Ludovic Courtès2015-04-21
| | | | | * gnu/packages/ld-wrapper.in (ld-wrapper): Add "libraries linked" debugging statement.
* gnu: Rename ld-wrapper2 to ld-wrapper.Ludovic Courtès2015-04-21
| | | | | | | | * 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.
* gnu: Change ld-wrapper extension from .scm to .in.Ludovic Courtès2015-04-07
* 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.