Gitweb links:

...log 
http://git.netsurf-browser.org/netsurf.git/shortlog/1a7fc08e04ffbb0a6872baa343e42e3d982ae4ab
...commit 
http://git.netsurf-browser.org/netsurf.git/commit/1a7fc08e04ffbb0a6872baa343e42e3d982ae4ab
...tree 
http://git.netsurf-browser.org/netsurf.git/tree/1a7fc08e04ffbb0a6872baa343e42e3d982ae4ab

The branch, master has been updated
       via  1a7fc08e04ffbb0a6872baa343e42e3d982ae4ab (commit)
      from  acf5a20a2b7a0de8a91ab0a5c91929c4126403da (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/netsurf.git/commit/?id=1a7fc08e04ffbb0a6872baa343e42e3d982ae4ab
commit 1a7fc08e04ffbb0a6872baa343e42e3d982ae4ab
Author: Vincent Sanders <[email protected]>
Commit: Vincent Sanders <[email protected]>

    add crypto library to windows link to cope with updated openssl

diff --git a/frontends/windows/Makefile b/frontends/windows/Makefile
index bd34b46..50d0d4b 100644
--- a/frontends/windows/Makefile
+++ b/frontends/windows/Makefile
@@ -15,7 +15,7 @@ $(eval $(call pkg_config_find_and_add,libcares,Cares))
 $(eval $(call pkg_config_find_and_add,zlib,ZLib))
 
 # libraries for windows API
-LDFLAGS += -lgnurx -lgdi32 -lcomctl32 -lws2_32 -lmsimg32 -lshlwapi -mwindows
+LDFLAGS += -lgnurx -lgdi32 -lcomctl32 -lws2_32 -lmsimg32 -lshlwapi -lcrypt32 
-mwindows
 
 CFLAGS += -U__STRICT_ANSI__ -mwin32
 # only windows versions after XP are supported


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

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

diff --git a/frontends/windows/Makefile b/frontends/windows/Makefile
index bd34b46..50d0d4b 100644
--- a/frontends/windows/Makefile
+++ b/frontends/windows/Makefile
@@ -15,7 +15,7 @@ $(eval $(call pkg_config_find_and_add,libcares,Cares))
 $(eval $(call pkg_config_find_and_add,zlib,ZLib))
 
 # libraries for windows API
-LDFLAGS += -lgnurx -lgdi32 -lcomctl32 -lws2_32 -lmsimg32 -lshlwapi -mwindows
+LDFLAGS += -lgnurx -lgdi32 -lcomctl32 -lws2_32 -lmsimg32 -lshlwapi -lcrypt32 
-mwindows
 
 CFLAGS += -U__STRICT_ANSI__ -mwin32
 # only windows versions after XP are supported


-- 
NetSurf Browser

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

Reply via email to