[vlc-commits] Contribs: fix GNUTls store lookup for tizen

Jean-Baptiste Kempf git at videolan.org
Thu Mar 10 17:28:54 CET 2016


vlc | branch: master | Jean-Baptiste Kempf <jb at videolan.org> | Thu Mar 10 17:28:20 2016 +0100| [9d955be500fc694441a9c710029381c340c124b5] | committer: Jean-Baptiste Kempf

Contribs: fix GNUTls store lookup for tizen

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

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

diff --git a/contrib/src/gnutls/rules.mak b/contrib/src/gnutls/rules.mak
index 7b414d6..94cf1f2 100644
--- a/contrib/src/gnutls/rules.mak
+++ b/contrib/src/gnutls/rules.mak
@@ -57,6 +57,9 @@ DEPS_gnutls = nettle $(DEPS_nettle)
 ifdef HAVE_ANDROID
 GNUTLS_ENV += gl_cv_header_working_stdint_h=yes
 endif
+ifdef HAVE_TIZEN
+	GNUTLS_CONF += --with-default-trust-store-dir=/etc/ssl/certs/
+endif
 
 .gnutls: gnutls
 	$(RECONF)



More information about the vlc-commits mailing list