mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +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
|
# public header, so things using libunwind need linkage against it
|
||||||
case "$XBPS_TARGET_MACHINE" in
|
case "$XBPS_TARGET_MACHINE" in
|
||||||
i686-musl|ppc*-musl)
|
i686-musl|ppc*-musl)
|
||||||
vsed -i src/unwind/libunwind.pc.in \
|
vsed -i src/unwind/libunwind.pc.in -e \
|
||||||
's/\-lunwind/\-lunwind \-lucontext/'
|
's/\-lunwind/\-lunwind \-lucontext/'
|
||||||
;;
|
;;
|
||||||
esac
|
esac
|
||||||
|
|
Loading…
Add table
Reference in a new issue