Skip to content

Commit

Permalink
add execinfo for netbsd
Browse files Browse the repository at this point in the history
  • Loading branch information
Emilgardis committed Oct 20, 2023
1 parent be5d880 commit 1f43c94
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .changes/1348.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
{
"description": "add `libexecinfo.so` in netbsd",
"type": "added"
}
1 change: 1 addition & 0 deletions docker/netbsd.sh
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,7 @@ main() {
cp "${td}/netbsd/lib/libpthread.so.1.4" "${destdir}/lib"
cp "${td}/netbsd/usr/lib/librt.so.1.1" "${destdir}/lib"
cp "${td}/netbsd/usr/lib"/lib{c,m,pthread}{,_p}.a "${destdir}/lib"
cp "${td}/netbsd/usr/lib"/libexecinfo.so "${destdir}/lib"
cp "${td}/netbsd/usr/lib"/{crt0,crti,crtn,crtbeginS,crtendS,crtbegin,crtend,gcrt0}.o "${destdir}/lib"

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

0 comments on commit 1f43c94

Please sign in to comment.