aboutsummaryrefslogtreecommitdiff
# SPDX-License-Identifier: CC0-1.0
#
# Copyright (C) 2023 Wojtek Kosior <koszko@koszko.org>

*.go
Makefile
Makefile.in
aclocal.m4
autom4te.cache
autotools-aux
config.log
config.status
configure
configure~
de-paul-records-*.tar.gz
log/gnu/packages/ld-wrapper.in?id=9c941364bfc0120e3ab5c5c4cc71a9a302d59a2b'>ld-wrapper.in
AgeCommit message (Expand)Author
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