From 653cd87252bee4957695d4ebf102876382dda518 Mon Sep 17 00:00:00 2001 From: Gilver Date: Mon, 10 Nov 2025 18:51:10 -0600 Subject: [PATCH] I hate PIC Signed-off-by: Gilver --- anda/lib/xavs/xavs.spec | 3 +++ 1 file changed, 3 insertions(+) diff --git a/anda/lib/xavs/xavs.spec b/anda/lib/xavs/xavs.spec index 791c7027e7..91a5d24e7d 100644 --- a/anda/lib/xavs/xavs.spec +++ b/anda/lib/xavs/xavs.spec @@ -45,6 +45,9 @@ developing applications that use %{name}. %autosetup -p1 -n %{name}-code-r55-trunk %build +%ifarch x86_64 %{ix86} +export CFLAGS="$CFLAGS -fPIC" +%endif %configure \ %ifarch x86_64 --enable-asm \