aboutsummaryrefslogtreecommitdiff
path: root/src/informationweek-com-fix
AgeCommit message (Expand)Author
2022-06-30integrate fixes by Jacob K•••The original repo of the fixes was: https://codeberg.org/JacobK/site-fixes Wojtek Kosior
nts): Add TOKENIZE procedure, and use that to parse the response file. Marius Bakke 2018-03-29ld-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-29ld-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-29ld-wrapper: Make sure debugging output goes through.•••* gnu/packages/ld-wrapper.in (ld-wrapper): Add call to 'force-output'. Ludovic Courtès 2017-05-25ld-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