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...) \ Wojtek's customized Guix
aboutsummaryrefslogtreecommitdiff
path: root/build-aux/build-self.scm
AgeCommit message (Expand)Author
2018-04-08build-self: Add missing 'close-pipe' call....Ludovic Courtès
2018-04-08build-self: Use (guix self)....Ludovic Courtès
2018-02-15pull: Update the %sbindir variable in (guix config) when building....Diego Nicola Barbato
2017-12-13pull: Add (guix profiling) to the build environment....Ludovic Courtès
2017-12-07pull: Build with an ABI-compatible Guile....Ludovic Courtès
2017-11-21Revert "Add (guix self) and use it when pulling."...Ludovic Courtès
2017-11-21Add (guix self) and use it when pulling....Ludovic Courtès
2017-10-23pull: Add (guix build compile) to the mix....Ludovic Courtès
2017-08-02pull: Fetch source code from Git....Ludovic Courtès
2017-06-09pull: Add a dependency to guile-git....Mathieu Othacehe
2017-05-09pull: Build with the matching Guile major version....Ludovic Courtès
2016-11-27pull: Hack to allow compilation with older Guile-SSH packages....Ludovic Courtès
2016-11-26pull: Add guile-ssh to the dependencies....宋文武
2016-07-20pull: Update the version string....Ludovic Courtès
2016-07-20pull: Install (guix config) module to override the user's one....Ludovic Courtès
2014-11-09pull: Use the build procedure provided by the newly-downloaded Guix....Ludovic Courtès