Fix a regression in glibc 2.27 when built without ldconfig. See for details. diff --git a/include/libc-symbols.h b/include/libc-symbols.h index 6137304b0b..7d630f36d8 100644 --- a/include/libc-symbols.h +++ b/include/libc-symbols.h @@ -508,7 +508,7 @@ for linking") # ifndef __ASSEMBLER__ # if !defined SHARED && IS_IN (libc) && !defined LIBC_NONSHARED \ && (!defined PIC || !defined NO_HIDDEN_EXTERN_FUNC_IN_PIE) \ - && !defined NO_HIDDEN + && !defined NO_HIDDEN && defined USE_LDCONFIG # define __hidden_proto_hiddenattr(attrs...) \ __attribute__ ((visibility ("hidden"), ##attrs)) # define hidden_proto(name, attrs...) \ 9a40e48364ff67'/> Wojtek's customized Guix
aboutsummaryrefslogtreecommitdiff
path: root/gnu/packages/backup.scm
diff options
context:
space:
mode:
authorJakub Kądziołka <kuba@kadziolka.net>2020-06-21 03:06:16 +0200
committerJakub Kądziołka <kuba@kadziolka.net>2020-07-18 16:40:15 +0200
commit849f6e0ff99ab743c8478508af9a40e48364ff67 (patch)
tree0b3bd4acccb65b9c877d16a65d66ebb1695fbaa2 /gnu/packages/backup.scm
parent386457b7bda963be9f0119a785b71bc64e0c105e (diff)
downloadguix-849f6e0ff99ab743c8478508af9a40e48364ff67.tar.gz
guix-849f6e0ff99ab743c8478508af9a40e48364ff67.zip
build-system/python: Install to the python output if present.
* gnu/build/python-build-system.scm (python-output): New procedure. (site-packages, install): Use python-output to find the output path. (wrap, rename-pth-file): Use site-packages where appropriate. * doc/guix.texi (Build Systems): Mention the new behavior.
Diffstat (limited to 'gnu/packages/backup.scm')
0 files changed, 0 insertions, 0 deletions