K 10 svn:author V 7 mandree K 8 svn:date V 27 2019-09-17T22:06:29.968393Z K 7 svn:log V 376 graphics/rawtherapee: fix a few build glitches In some circumstances, ${_MAKE_JOBS_NUMBER} remains undefined, failing configure. Use ${MAKE_JOBS_NUMBER} instead. Compile time optimizations: * 5.7 regressed in that it would not use ccache. Reintroduce ccache where configured. * Add -fno-fat-lto-objects to CFLAGS. Cleanup duplicate LDFLAGS+=-Wl,--as-needed PR: 240648 END