[ekiga] [windows] Do not use certificate for libsasl2, since it gives error
- From: Eugen Dedu <ededu src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [ekiga] [windows] Do not use certificate for libsasl2, since it gives error
- Date: Fri, 2 Nov 2012 15:44:03 +0000 (UTC)
commit 26ced987d6f117b515fb933d688044bd4412ec01
Author: Eugen Dedu <Eugen Dedu pu-pm univ-fcomte fr>
Date: Fri Nov 2 16:42:21 2012 +0100
[windows] Do not use certificate for libsasl2, since it gives error
win32/Makefile | 3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
---
diff --git a/win32/Makefile b/win32/Makefile
index 5be9613..60ad9fa 100644
--- a/win32/Makefile
+++ b/win32/Makefile
@@ -404,7 +404,8 @@ $(LIBDIR)/libldap.dll: binaries $(OPENLDAP_DIR)/config.status
### libsasl2
update-sources::
@echo --- Getting libsasl2 ...
- $(WGET) -P $(SRCDIR) $(LIBSASL2_URL)/$(LIBSASL2_ARCHIVE)
+# without --no-check-certificate an error (certificate not trusted) is received
+ $(WGET) --no-check-certificate -P $(SRCDIR) $(LIBSASL2_URL)/$(LIBSASL2_ARCHIVE)
$(LIBDIR)/libsasl2.a: $(SRCDIR)/$(LIBSASL2_ARCHIVE)
rm -f $(LIBDIR)/libsasl2.a
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]