Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/videolan/dav1d.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHenrik Gramner <gramner@twoorioles.com>2020-06-25 00:16:12 +0300
committerHenrik Gramner <henrik@gramner.com>2020-06-25 03:34:01 +0300
commitbe1fe18e2f2e6802bf696bc5cbddfd24fb2bc748 (patch)
tree30bbde100d6640bb22223d7f6b4ea275a3dde7ea /package
parent464ca6c2f37b93180cc27ea41889ffaf1eab388e (diff)
CI: Fix PIC test on 32-bit x86
Diffstat (limited to 'package')
-rw-r--r--package/crossfiles/i686-linux32.meson2
1 files changed, 1 insertions, 1 deletions
diff --git a/package/crossfiles/i686-linux32.meson b/package/crossfiles/i686-linux32.meson
index 95e99b3..84be1b8 100644
--- a/package/crossfiles/i686-linux32.meson
+++ b/package/crossfiles/i686-linux32.meson
@@ -5,7 +5,7 @@ ar = 'ar'
strip = 'strip'
[properties]
-c_link_args = ['-m32']
+c_link_args = ['-m32', '-Wl,-z,text']
c_args = ['-m32']
[host_machine]