Skip to content
Snippets Groups Projects
Commit 6f60db81 authored by Simon McVittie's avatar Simon McVittie
Browse files

Make sure to only capture libelf1 and zlib1g, not the obsolete libelfg0

parent b2251141
No related branches found
No related tags found
No related merge requests found
......@@ -109,8 +109,8 @@ in-sysroot/install-%:
"relocatable-install/bin/$${DEB_HOST_MULTIARCH}-capsule-capture-libs" \
--dest=_build/$*/lib \
--no-glibc \
"soname-match:libelf.so.*" \
"soname-match:libz.so.*" \
"soname:libelf.so.1" \
"soname:libz.so.1" \
$(NULL); \
cp -a --dereference _build/$*/lib/*.so.* "relocatable-install/lib/$${DEB_HOST_MULTIARCH}"
......
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