Ill-placed #endif causes missing symbol errors when compiling without szip. Reported to upstream maintainer. --- src/EHapi.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/EHapi.c b/src/EHapi.c index 46a9b5c..208f447 100755 --- a/src/EHapi.c +++ b/src/EHapi.c @@ -11379,6 +11379,7 @@ int HE5_szip_can_encode(void ) return(-1); } +#endif /* H5_HAVE_FILTER_SZIP */ /*----------------------------------------------------------------------------| @@ -11509,8 +11510,6 @@ HE5_EHHEisHE5(char *filename) } } -#endif /* H5_HAVE_FILTER_SZIP */ - #ifndef __cplusplus -- 2.10.0 type='hidden' name='id' value='d9246c6b8961cc4fc99cd991a511046bcc212912'/> Wojtek's customized Guix
aboutsummaryrefslogtreecommitdiff
path: root/gnu/installer/services.scm
AgeCommit message (Expand)Author
2023-07-06installer: Restore LatGrkCyr-8x16 console font depending on language....Denys Nykula
2022-11-20installer: Add comment above the 'packages' field....Ludovic Courtès
2022-08-08installer: Add comments and vertical space to the generated config....Ludovic Courtès
2021-12-28installer: Offer 'gpm-service-type' for non-graphical systems....Leo Famulari
2021-12-28installer: Recommend 'ntp-service-type' for non-graphical systems....Leo Famulari
2021-06-30installer: Offer the CUPS printing service....Tobias Geerinckx-Rice
2021-06-23installer: Remove unused procedure....Tobias Geerinckx-Rice
2020-12-11Revert "services: openssh: Warn about 'password-authentication?' default."...Ludovic Courtès
2020-12-07services: openssh: Warn about 'password-authentication?' default....Ludovic Courtès
2020-10-13installer: Add Emacs EXWM desktop environment....Jan (janneke) Nieuwenhuizen