Skip to content
Snippets Groups Projects
Verified Commit 0462d934 authored by Andrej Shadura's avatar Andrej Shadura
Browse files

sysroot: Make sure ld.co.conf only uses absolute paths


dpkg-shlibdeps doesn’t chdir() to /etc before parsing /etc/ld.so.conf,
which it needs to add multiarch paths to the library path list.
Not having multiarch files around, it fails to find any dependencies
except those in non-multiarch paths.

Signed-off-by: default avatarAndrej Shadura <andrew.shadura@collabora.co.uk>
parent f5f0b739
No related branches found
No related tags found
1 merge request!40sysroot: Make sure ld.co.conf only uses absolute paths
......@@ -17,7 +17,7 @@ actions:
- action: run
chroot: true
command: echo "include ld.so.conf.d/*.conf" > /etc/ld.so.conf
command: echo "include /etc/ld.so.conf.d/*.conf" > /etc/ld.so.conf
- action: pack
compression: gz
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment