[packages/xavs] - disable asm on x86_64

qboosh qboosh at pld-linux.org
Thu Jul 20 21:29:37 CEST 2017


commit 71d7fb7f91976e3482b0e72d0a400d67c6076bc9
Author: Jakub Bogusz <qboosh at pld-linux.org>
Date:   Thu Jul 20 21:31:26 2017 +0200

    - disable asm on x86_64

 xavs.spec | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)
---
diff --git a/xavs.spec b/xavs.spec
index 8ca8255..f496949 100644
--- a/xavs.spec
+++ b/xavs.spec
@@ -2,7 +2,8 @@
 # Conditional build:
 %bcond_without	asm	# MMX/SSE* x86 assembler optimizations
 
-%ifnarch %{ix86} %{x8664}
+%ifnarch %{ix86}
+# %{x8664} misses GOT code in i386inc.asm
 %undefine	with_asm
 %endif
 Summary:	Audio Video Standard of China library
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/xavs.git/commitdiff/71d7fb7f91976e3482b0e72d0a400d67c6076bc9



More information about the pld-cvs-commit mailing list