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...) \ on value='koszko' selected='selected'>koszko Wojtek's customized Guix
aboutsummaryrefslogtreecommitdiff
path: root/gnu/packages/dico.scm
AgeCommit message (Expand)Author
2020-04-04gnu: dico: Make some inputs native....* gnu/packages/dico.scm (dico)[inputs]: Move groff from here... [native-inputs]: ...to this new field. Signed-off-by: Mathieu Othacehe <m.othacehe@gmail.com> Vincent Legoll
2019-06-15gnu: dico: Update to 2.9....* gnu/packages/dico.scm (dico): Update to 2.9. Ludovic Courtès
2018-09-27gnu: dico: Update to 2.7....* gnu/packages/dico.scm (dico): Update to 2.7. [arguments]: Work around dodgy test in 'check' phase. Tobias Geerinckx-Rice
2018-08-28gnu: dico: Update to 2.6....* gnu/packages/dico.scm (dico): Update to 2.6. [inputs]: Switch to GUILE-2.2. Ludovic Courtès
2018-01-29gnu: dico: Update to 2.5....* gnu/packages/dico.scm (dico): Update to 2.5. [inputs]: Add wordnet. Efraim Flashner