Files
loongoffice/external
Michael Stahl 81e4be9cd3 gpgmepp,xmlsecurity: fix testODFEncryptedGPG() failure caused...
...by CppunitTest setting LD_LIBRARY_PATH to include instdir/program.

This causes the spawned gpg-agent to load instdir/program/libassuan.so.0
instead of /usr/... and fail with:

writev(2, [{iov_base="gpg-agent", iov_len=9}, {iov_base=": ",
 iov_len=2}, {iov_base="relocation error", iov_len=16}, {iov_base=": ",
 iov_len=2}, {iov_base="gpg-agent", iov_len=9}, {iov_base=": ",
 iov_len=2}, {iov_base="symbol assuan_sock_set_system_ho"...,
 iov_len=118}, {iov_base="", iov_len=0}, {iov_base="", iov_len=0},
 {iov_base="\n", iov_len=1}], 10) = 159

The failure happens in the libreoffice-6-0 branch on Fedora 27, whereas
the master branch doesn't fail because it has a newer version of
libassuan that happens to provide the required symbol.

Fix this by applying the patch that was added for ASAN in
d15f042abd5a1093984a0c8380837145f38c4efc to clear LD_LIBRARY_PATH
always on Linux.

Change-Id: I6a5c7fdfdd32234f39a182581b03d79739880c11
Reviewed-on: https://gerrit.libreoffice.org/50056
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Michael Stahl <mstahl@redhat.com>
2018-02-20 20:54:32 +01:00
..
2018-01-27 08:49:38 +01:00
2017-12-15 22:23:31 +01:00
2018-01-08 12:39:38 +01:00
2018-01-24 21:15:59 +01:00
2017-11-02 13:07:34 +01:00
2017-11-10 14:03:51 +01:00
2017-07-12 10:50:48 +02:00
2017-09-17 15:14:48 +02:00
2017-08-30 17:03:24 +02:00
2017-08-30 17:03:24 +02:00
2017-08-30 17:03:24 +02:00
2018-01-06 09:04:53 +01:00
2018-01-22 09:32:33 +01:00
2018-01-05 19:47:10 +01:00
2017-12-11 08:52:35 +01:00
2017-10-25 16:00:25 +02:00
2017-11-15 16:26:40 +01:00
2018-02-15 04:27:37 +01:00
2018-01-09 08:16:31 +01:00
2018-01-04 23:04:36 +01:00
2017-11-08 09:12:52 +01:00
2017-10-28 16:49:17 +02:00
2017-11-08 09:14:06 +01:00
2018-01-08 18:11:28 +01:00
2018-02-14 09:06:55 +01:00
2018-01-30 13:29:54 +01:00
2017-09-12 13:38:35 +02:00

External projects bundled with LibreOffice.