diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2022-01-28 19:04:11 +0100 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2022-01-28 22:07:45 +0100 |
commit | d6cbf5532b843a3f189c9df2481c3003690dda73 (patch) | |
tree | 2c4a0e39ac5734893a493369452b0f904bcb2c9b /bin | |
parent | 43d04b91e59e17b872798e3227cbf44e9973506e (diff) |
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 <sbergman@redhat.com>
Diffstat (limited to 'bin')
-rwxr-xr-x | bin/check-elf-dynamic-objects | 2 |
1 files changed, 1 insertions, 1 deletions
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 |