Gitweb links:

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

The branch, master has been updated
       via  65c920f57e760f7029249e0127dbf0d67ef1e0e6 (commit)
      from  c86aacc4540add3a46bf2f53077943254268a33b (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=65c920f57e760f7029249e0127dbf0d67ef1e0e6
commit 65c920f57e760f7029249e0127dbf0d67ef1e0e6
Author: Vincent Sanders <[email protected]>
Commit: Vincent Sanders <[email protected]>

    enable CAPI in windows build

diff --git a/sdk/Makefile b/sdk/Makefile
index c224176..8d628a3 100644
--- a/sdk/Makefile
+++ b/sdk/Makefile
@@ -121,7 +121,7 @@ ifeq ($(TARGET),i686-w64-mingw32)
   EXTRAARGS_LIBCARES := --disable-shared
   EXTRAARGS_LIBCURL := --enable-nonblocking --enable-ares --disable-ldap 
--without-random
   LIBCURL_ENV := CFLAGS="-DCARES_STATICLIB" LIBS="-lgdi32"
-  EXTRAARGS_OPENSSL := no-asm
+  EXTRAARGS_OPENSSL := no-asm enable-capieng
 endif
 
 ifeq ($(TARGET),m68k-unknown-amigaos)


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

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

diff --git a/sdk/Makefile b/sdk/Makefile
index c224176..8d628a3 100644
--- a/sdk/Makefile
+++ b/sdk/Makefile
@@ -121,7 +121,7 @@ ifeq ($(TARGET),i686-w64-mingw32)
   EXTRAARGS_LIBCARES := --disable-shared
   EXTRAARGS_LIBCURL := --enable-nonblocking --enable-ares --disable-ldap 
--without-random
   LIBCURL_ENV := CFLAGS="-DCARES_STATICLIB" LIBS="-lgdi32"
-  EXTRAARGS_OPENSSL := no-asm
+  EXTRAARGS_OPENSSL := no-asm enable-capieng
 endif
 
 ifeq ($(TARGET),m68k-unknown-amigaos)


-- 
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