K 10 svn:author V 8 tcberner K 8 svn:date V 27 2017-04-30T20:20:32.251324Z K 7 svn:log V 307 Fix linking against jpeg. As ${LOCALBASE}/lib is was not unconditionally part of the linker flags (only if POSTGRES option was selected), linking of calligra could fail with /usr/bin/ld: cannot find -ljpeg Fix it, by using ${JPEG_LIBRARY} as provided by cmake. PR: 218726 Approved by: rakuco (mentor) END