diff --git a/srcpkgs/libunwind/template b/srcpkgs/libunwind/template index 9031e4245cc..2bafd62b62d 100644 --- a/srcpkgs/libunwind/template +++ b/srcpkgs/libunwind/template @@ -28,7 +28,7 @@ pre_configure() { # it needs to be here because it's used directly in a macro in a # public header, so things using libunwind need linkage against it case "$XBPS_TARGET_MACHINE" in - ppc*-musl) + i686-musl|ppc*-musl) vsed -i src/unwind/libunwind.pc.in -e \ 's/\-lunwind/\-lunwind \-lucontext/' ;;