[vlc-commits] contrib: gcrypt: Disable asm for NACL

Hugo Beauzée-Luyssen git at videolan.org
Mon Mar 19 17:37:47 CET 2018


vlc | branch: master | Hugo Beauzée-Luyssen <hugo at beauzee.fr> | Fri Oct  6 10:15:29 2017 +0200| [eb2d94585a8fe4e84ccdf2e5645074bd9dbf714e] | committer: Hugo Beauzée-Luyssen

contrib: gcrypt: Disable asm for NACL

> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=eb2d94585a8fe4e84ccdf2e5645074bd9dbf714e
---

 contrib/src/gcrypt/rules.mak | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/contrib/src/gcrypt/rules.mak b/contrib/src/gcrypt/rules.mak
index 57736d5789..9cfde87e45 100644
--- a/contrib/src/gcrypt/rules.mak
+++ b/contrib/src/gcrypt/rules.mak
@@ -67,6 +67,9 @@ ifeq ($(TIZEN_ABI), x86)
 GCRYPT_CONF += ac_cv_sys_symbol_underscore=no
 endif
 endif
+ifdef HAVE_NACL
+GCRYPT_CONF += --disable-asm ac_cv_func_syslog=no
+endif
 
 .gcrypt: gcrypt
 	# Reconfiguring this requires a git repo to be available, to



More information about the vlc-commits mailing list