package/meson: fix LDFLAGS rpath match pattern
authorJames Hilliard <james.hilliard1@gmail.com>
Sun, 19 Jul 2020 01:21:40 +0000 (19:21 -0600)
committerThomas Petazzoni <thomas.petazzoni@bootlin.com>
Sun, 19 Jul 2020 07:55:48 +0000 (09:55 +0200)
commitae26a5b539242ca5952a1e4f45a43d2ff64856bb
tree42ff350b9fbc5d70c2a658da2e18c2bfbcf66f15
parent97424d147f0a3af8f176dfa32a94685afeea9546
package/meson: fix LDFLAGS rpath match pattern

The upstream change in d7235c5905fa98207d90f3ad34bf590493498d5b is not
sufficient to prevent rpaths from being stripped in some cases due to
a bug in how it matches rpaths in LDFLAGS.

Add a patch fixing the LDFLAGS rpath match pattern.

Fixes:
http://autobuild.buildroot.net/results/f2f/f2f912416ab11d454479ef3d22ed6b757207f84f/

Signed-off-by: James Hilliard <james.hilliard1@gmail.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
package/meson/0003-backends-fix-rpath-match-pattern.patch [new file with mode: 0644]