shithub: dav1d

Download patch

ref: be1fe18e2f2e6802bf696bc5cbddfd24fb2bc748
parent: 464ca6c2f37b93180cc27ea41889ffaf1eab388e
author: Henrik Gramner <gramner@twoorioles.com>
date: Wed Jun 24 19:16:12 EDT 2020

CI: Fix PIC test on 32-bit x86

--- a/package/crossfiles/i686-linux32.meson
+++ b/package/crossfiles/i686-linux32.meson
@@ -5,7 +5,7 @@
 strip = 'strip'
 
 [properties]
-c_link_args = ['-m32']
+c_link_args = ['-m32', '-Wl,-z,text']
 c_args = ['-m32']
 
 [host_machine]