From 4fb44962397f5c3b7e1bb4a7ebe35c85a0d23565 Mon Sep 17 00:00:00 2001 From: q66 Date: Fri, 24 Apr 2020 06:53:29 +0200 Subject: [PATCH] libunwind: fix vsed --- srcpkgs/libunwind/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/libunwind/template b/srcpkgs/libunwind/template index 91e4a651dfe..8d287215872 100644 --- a/srcpkgs/libunwind/template +++ b/srcpkgs/libunwind/template @@ -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