Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 233297 | Differences between
and this patch

Collapse All | Expand All

(-)hdf5-1.8.2.orig/perform/zip_perf.c (-1 / +1 lines)
Lines 549-555 Link Here
549
        unlink(filename);
549
        unlink(filename);
550
550
551
        /* do compressed data write */
551
        /* do compressed data write */
552
        output = open(filename, O_RDWR | O_CREAT);
552
        output = open(filename, O_RDWR | O_CREAT, S_IRWXU);
553
553
554
        if (output == -1)
554
        if (output == -1)
555
            error(strerror(errno));
555
            error(strerror(errno));
(-)hdf5-1.8.2.orig/config/gnu-flags (-1 / +1 lines)
Lines 151-157 Link Here
151
        # optimization levels (which shows up as failures for various integer
151
        # optimization levels (which shows up as failures for various integer
152
        # types -> long long conversions in the test/dtypes test).  Perhaps
152
        # types -> long long conversions in the test/dtypes test).  Perhaps
153
        # later versions of gcc will fix this bug... - QAK - 2003/10/20
153
        # later versions of gcc will fix this bug... - QAK - 2003/10/20
154
        PROD_CFLAGS="-O"
154
        PROD_CFLAGS="-O0"
155
        ;;
155
        ;;
156
      gcc-4*)
156
      gcc-4*)
157
        # Be optimistic about future versions of gcc.. :-) - QAK - 2003/10/20
157
        # Be optimistic about future versions of gcc.. :-) - QAK - 2003/10/20

Return to bug 233297