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
Branches
Tags pressure-vessel-v0.20180517.1
No related merge requests found
...@@ -109,8 +109,8 @@ in-sysroot/install-%: ...@@ -109,8 +109,8 @@ in-sysroot/install-%:
"relocatable-install/bin/$${DEB_HOST_MULTIARCH}-capsule-capture-libs" \ "relocatable-install/bin/$${DEB_HOST_MULTIARCH}-capsule-capture-libs" \
--dest=_build/$*/lib \ --dest=_build/$*/lib \
--no-glibc \ --no-glibc \
"soname-match:libelf.so.*" \ "soname:libelf.so.1" \
"soname-match:libz.so.*" \ "soname:libz.so.1" \
$(NULL); \ $(NULL); \
cp -a --dereference _build/$*/lib/*.so.* "relocatable-install/lib/$${DEB_HOST_MULTIARCH}" 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.
Please register or to comment