summaryrefslogtreecommitdiff
path: root/gnu
diff options
context:
space:
mode:
authorLudovic Courtès <ludo@gnu.org>2015-12-10 11:54:57 +0100
committerLudovic Courtès <ludo@gnu.org>2015-12-10 11:54:57 +0100
commit557b5557d83d29b1616b6e19dabe4d4d1ef7fcc1 (patch)
tree741392f0c2e930b9a7edeb7ed02017ee8f358c4c /gnu
parent135065853f0b35431a6e7b6b1cf63608863fea9b (diff)
downloadpatches-557b5557d83d29b1616b6e19dabe4d4d1ef7fcc1.tar
patches-557b5557d83d29b1616b6e19dabe4d4d1ef7fcc1.tar.gz
gnu: commencement: Restrict allowed references for libstdc++.
* gnu/packages/commencement.scm (libstdc++)[arguments]: Add #:allowed-references.
Diffstat (limited to 'gnu')
-rw-r--r--gnu/packages/commencement.scm2
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/commencement.scm b/gnu/packages/commencement.scm
index 73b0ce4364..102f2aee0f 100644
--- a/gnu/packages/commencement.scm
+++ b/gnu/packages/commencement.scm
@@ -526,7 +526,7 @@ exec ~a/bin/~a-~a -B~a/lib -Wl,-dynamic-linker -Wl,~a/~a \"$@\"~%"
(arguments
`(#:guile ,%bootstrap-guile
#:implicit-inputs? #f
-
+ #:allowed-references ("out")
#:out-of-source? #t
#:phases (alist-cons-before
'configure 'chdir