vlc | branch: master | Hugo Beauzée-Luyssen <[email protected]> | 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

_______________________________________________
vlc-commits mailing list
[email protected]
https://mailman.videolan.org/listinfo/vlc-commits

Reply via email to