diff --git a/libglvnd.spec b/libglvnd.spec index a40f2ec..d3241a7 100644 --- a/libglvnd.spec +++ b/libglvnd.spec @@ -125,9 +125,15 @@ autoreconf -vif %build +#Only enable asm on x86 arches for now +#https://github.com/NVIDIA/libglvnd/issues/116 %configure \ --disable-static \ +%ifarch %{ix86} x86_64 --enable-asm \ +%else + --disable-asm \ +%endif --enable-tls %make_build V=1