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 ame='id' value='556c06da5071110985094c9667335bc4d7442b43'/> Wojtek's customized Guix
aboutsummaryrefslogtreecommitdiff
path: root/gnu/system/pam.scm
AgeCommit message (Expand)Author
2017-09-22services: Move 'session-environment-service-type' to pam.scm....Ludovic Courtès
2017-05-08system: Allow root to run "su" without password....Ricardo Wurmus
2016-11-06gnu: Remove comment which is factually incorrect....John Darrington
2016-07-19services: Add pam-limits-service....Ricardo Wurmus
2016-02-06system: pam: 'pam-root-service-type' can be extended with transformations....Ludovic Courtès
2016-02-06system: pam: Export accessors....Ludovic Courtès
2015-12-05system: pam: Honor /etc/environment....宋文武
2015-11-03system: Rename (gnu system linux) to (gnu system pam)....Ludovic Courtès