mirror of
https://github.com/void-linux/void-packages.git
synced 2025-04-19 07:37:01 +02:00
libunwind: fix vsed
This commit is contained in:
parent
da1f84312c
commit
4fb4496239
1 changed files with 1 additions and 1 deletions
|
@ -28,7 +28,7 @@ pre_configure() {
|
|||
# public header, so things using libunwind need linkage against it
|
||||
case "$XBPS_TARGET_MACHINE" in
|
||||
i686-musl|ppc*-musl)
|
||||
vsed -i src/unwind/libunwind.pc.in \
|
||||
vsed -i src/unwind/libunwind.pc.in -e \
|
||||
's/\-lunwind/\-lunwind \-lucontext/'
|
||||
;;
|
||||
esac
|
||||
|
|
Loading…
Add table
Reference in a new issue