[ekiga] [windows] Use certificate for libsasl2 again, now that wget bug is fixed



commit 9e25ab3db94533f4d18867721d0136fe939ee587
Author: Eugen Dedu <Eugen Dedu pu-pm univ-fcomte fr>
Date:   Tue Sep 24 09:34:43 2013 +0200

    [windows] Use certificate for libsasl2 again, now that wget bug is fixed
    
    See also commit 26ced987.

 win32/Makefile |    3 +--
 1 files changed, 1 insertions(+), 2 deletions(-)
---
diff --git a/win32/Makefile b/win32/Makefile
index 704b7fc..0e612dc 100644
--- a/win32/Makefile
+++ b/win32/Makefile
@@ -404,8 +404,7 @@ $(LIBDIR)/libldap.dll: binaries $(OPENLDAP_DIR)/config.status
 ### libsasl2
 update-sources::
        @echo --- Getting libsasl2 ...
-# without --no-check-certificate an error (certificate not trusted) is received
-       $(WGET) --no-check-certificate -P $(SRCDIR) $(LIBSASL2_URL)/$(LIBSASL2_ARCHIVE)
+       $(WGET) -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]