summaryrefslogtreecommitdiff
path: root/bin
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2022-01-28 19:04:11 +0100
committerStephan Bergmann <sbergman@redhat.com>2022-01-28 22:07:45 +0100
commitd6cbf5532b843a3f189c9df2481c3003690dda73 (patch)
tree2c4a0e39ac5734893a493369452b0f904bcb2c9b /bin
parent43d04b91e59e17b872798e3227cbf44e9973506e (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-xbin/check-elf-dynamic-objects2
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