bin/check-elf-dynamic-objects |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit fd0bca914c05b059b89647b6be3ead9eec8afb95
Author:     Christian Lohmaier <[email protected]>
AuthorDate: Tue Jun 10 19:53:18 2025 +0200
Commit:     Christian Lohmaier <[email protected]>
CommitDate: Wed Jun 11 12:16:22 2025 +0200

    linux_aarch64 packaging: add ld-linux-aarch64.so.1 to allow list
    
    check-elf-dynamic-objects is meant as a safeguard to prevent adding
    unexpected dependencies on the created packages, add
    ld-linux-aarch64.so.1 to the list of always allowed deps to make the
    check happy when building packages for linux/aarch64 with epm
    
    Change-Id: I924251ef468a19ba7c5b3768c522561221cba01a
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/186335
    Reviewed-by: Christian Lohmaier <[email protected]>
    Tested-by: Jenkins

diff --git a/bin/check-elf-dynamic-objects b/bin/check-elf-dynamic-objects
index 3992a23d46d1..e3d9aa4357dd 100755
--- a/bin/check-elf-dynamic-objects
+++ b/bin/check-elf-dynamic-objects
@@ -88,7 +88,7 @@ programfiles=$(echo ${files} | grep -o '/program/[^/]* ' | 
xargs -n 1 basename)
 # of maintaining ABI stability
 # allow extending the allowlist using the environment variable to be able to 
work
 # on the installer stuff without the need for a baseline setup
-globalallowlist="ld-linux-x86-64.so.2 ld-linux.so.2 libc.so.6 libm.so.6 
libdl.so.2 libpthread.so.0 librt.so.1 libutil.so.1 libnsl.so.1 libcrypt.so.1 
libgcc_s.so.1 libstdc++.so.6 libz.so.1 libfontconfig.so.1 libfreetype.so.6 
libxml2.so.2 libxslt.so.1 libexslt.so.0 libnspr4.so libnss3.so libnssutil3.so 
libplc4.so libplds4.so libsmime3.so libssl3.so ${LO_ELFCHECK_ALLOWLIST-}"
+globalallowlist="ld-linux-x86-64.so.2 ld-linux-aarch64.so.1 ld-linux.so.2 
libc.so.6 libm.so.6 libdl.so.2 libpthread.so.0 librt.so.1 libutil.so.1 
libnsl.so.1 libcrypt.so.1 libgcc_s.so.1 libstdc++.so.6 libz.so.1 
libfontconfig.so.1 libfreetype.so.6 libxml2.so.2 libxslt.so.1 libexslt.so.0 
libnspr4.so libnss3.so libnssutil3.so libplc4.so libplds4.so libsmime3.so 
libssl3.so ${LO_ELFCHECK_ALLOWLIST-}"
 x11allowlist="libX11.so.6 libX11-xcb.so.1 libXext.so.6 libSM.so.6 libICE.so.6 
libXinerama.so.1 libXrender.so.1 libXrandr.so.2 libcairo.so.2"
 openglallowlist="libGL.so.1"
 gobjectallowlist="libgobject-2.0.so.0 libglib-2.0.so.0"

Reply via email to