Skip to content

Commit b6e729b

Browse files
Merge #1348
1348: add execinfo for netbsd r=Emilgardis a=Emilgardis resolves #1345 Co-authored-by: Emil Gardström <[email protected]>
2 parents fd0ffa0 + 1f43c94 commit b6e729b

File tree

2 files changed

+5
-0
lines changed

2 files changed

+5
-0
lines changed

.changes/1348.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
{
2+
"description": "add `libexecinfo.so` in netbsd",
3+
"type": "added"
4+
}

docker/netbsd.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -78,6 +78,7 @@ main() {
7878
cp "${td}/netbsd/lib/libpthread.so.1.4" "${destdir}/lib"
7979
cp "${td}/netbsd/usr/lib/librt.so.1.1" "${destdir}/lib"
8080
cp "${td}/netbsd/usr/lib"/lib{c,m,pthread}{,_p}.a "${destdir}/lib"
81+
cp "${td}/netbsd/usr/lib"/libexecinfo.so "${destdir}/lib"
8182
cp "${td}/netbsd/usr/lib"/{crt0,crti,crtn,crtbeginS,crtendS,crtbegin,crtend,gcrt0}.o "${destdir}/lib"
8283

8384
ln -s libc.so.12.213 "${destdir}/lib/libc.so"

0 commit comments

Comments
 (0)