On 30/04/2019 16:38, Pierre Labastie via blfs-dev wrote: > On 30/04/2019 15:59, Pierre Labastie via blfs-dev wrote: >> Hi, >> >> [...] >> >> Actually, the reason is that libreoffice tries to compile its own version of >> libgpg-error. To have it use the installed version, the switch >> --with-system-libgpgmepp is needed (libgpgmepp is the C++ API to libgpgme).
I cannot read: the switch is --with-system-gpgmepp >> I >> do not know the reason why we do not have the switch. Maybe it is because the >> CXX API is not always built for libgpgme. >> >> OTOH, trying to patch libgpg-error inside the libreoffice tree is tricky: the >> tarball is downloaded after launching make, so that the patch has to be >> applied during the course of the build... >> >> I think we should arrange for recommending the necessary bits so that the C++ >> API to libgpgme is always built: that would make it simpler. >> >> I'll investigate this way. >> > > Looks like libgpgmepp is built as soon as ther is a C++ compiler supporting > c++11 norm, which is the case with the current gcc compiler. So libgpgmepp is > always built. > > This mean we can pass the switch to libreoffice, and see what happens. > -- http://lists.linuxfromscratch.org/listinfo/blfs-dev FAQ: http://www.linuxfromscratch.org/blfs/faq.html Unsubscribe: See the above information page
