Gitweb links:

...log 
http://git.netsurf-browser.org/toolchains.git/shortlog/a04d5edbeef3b2a02c5731eab865272f75e64070
...commit 
http://git.netsurf-browser.org/toolchains.git/commit/a04d5edbeef3b2a02c5731eab865272f75e64070
...tree 
http://git.netsurf-browser.org/toolchains.git/tree/a04d5edbeef3b2a02c5731eab865272f75e64070

The branch, master has been updated
       via  a04d5edbeef3b2a02c5731eab865272f75e64070 (commit)
      from  65c920f57e760f7029249e0127dbf0d67ef1e0e6 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commitdiff 
http://git.netsurf-browser.org/toolchains.git/commit/?id=a04d5edbeef3b2a02c5731eab865272f75e64070
commit a04d5edbeef3b2a02c5731eab865272f75e64070
Author: Vincent Sanders <[email protected]>
Commit: Vincent Sanders <[email protected]>

    enable ssl usage in libcurl for windows

diff --git a/sdk/Makefile b/sdk/Makefile
index 8d628a3..860a7d4 100644
--- a/sdk/Makefile
+++ b/sdk/Makefile
@@ -120,7 +120,7 @@ ifeq ($(TARGET),i686-w64-mingw32)
   SDK_ITEMS := $(addprefix $(BUILDSTEPS)/, libiconv.d libgnurx.d 
$(COMMON_SDK_ITEMS) libjpeg.d)
   EXTRAARGS_LIBCARES := --disable-shared
   EXTRAARGS_LIBCURL := --enable-nonblocking --enable-ares --disable-ldap 
--without-random
-  LIBCURL_ENV := CFLAGS="-DCARES_STATICLIB" LIBS="-lgdi32"
+  LIBCURL_ENV := CFLAGS="-DCARES_STATICLIB" LIBS="-lgdi32 -lcrypt32"
   EXTRAARGS_OPENSSL := no-asm enable-capieng
 endif
 


-----------------------------------------------------------------------

Summary of changes:
 sdk/Makefile |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sdk/Makefile b/sdk/Makefile
index 8d628a3..860a7d4 100644
--- a/sdk/Makefile
+++ b/sdk/Makefile
@@ -120,7 +120,7 @@ ifeq ($(TARGET),i686-w64-mingw32)
   SDK_ITEMS := $(addprefix $(BUILDSTEPS)/, libiconv.d libgnurx.d 
$(COMMON_SDK_ITEMS) libjpeg.d)
   EXTRAARGS_LIBCARES := --disable-shared
   EXTRAARGS_LIBCURL := --enable-nonblocking --enable-ares --disable-ldap 
--without-random
-  LIBCURL_ENV := CFLAGS="-DCARES_STATICLIB" LIBS="-lgdi32"
+  LIBCURL_ENV := CFLAGS="-DCARES_STATICLIB" LIBS="-lgdi32 -lcrypt32"
   EXTRAARGS_OPENSSL := no-asm enable-capieng
 endif
 


-- 
Cross-compilation toolchains and environments

_______________________________________________
netsurf-commits mailing list
[email protected]
http://listmaster.pepperfish.net/cgi-bin/mailman/listinfo/netsurf-commits-netsurf-browser.org

Reply via email to