bin/check-elf-dynamic-objects | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
New commits: commit d6cbf5532b843a3f189c9df2481c3003690dda73 Author: Stephan Bergmann <[email protected]> AuthorDate: Fri Jan 28 19:04:11 2022 +0100 Commit: Stephan Bergmann <[email protected]> CommitDate: Fri Jan 28 22:07:45 2022 +0100 Fix CustomTarget_postprocess/check_dynamic_objects for --enable-dconf... ...plus --enable-mergelibs, like 4a2db3545a023468e191a5ec89a6343b7aef2ef2 "Fix CustomTarget_postprocess/check_dynamic_objects for --enable-dconf" Change-Id: I981ab82ecf2a459b384e243260a9611f6016acf1 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/129119 Tested-by: Jenkins Reviewed-by: Stephan Bergmann <[email protected]> diff --git a/bin/check-elf-dynamic-objects b/bin/check-elf-dynamic-objects index e19bbaeadfe8..f23363da84fa 100755 --- a/bin/check-elf-dynamic-objects +++ b/bin/check-elf-dynamic-objects @@ -185,7 +185,7 @@ local file="$1" fi ;; */libmergedlo.so) - allowlist="${allowlist} ${x11allowlist} ${openglallowlist} ${gioallowlist} libcups.so.2 libcairo.so.2" + allowlist="${allowlist} ${x11allowlist} ${openglallowlist} ${gioallowlist} ${dconfallowlist} libcups.so.2 libcairo.so.2" ;; esac if test "${skip}" = 0 && readelf -d "${file}" &> /dev/null ; then
