Gitweb links:
...log
http://git.netsurf-browser.org/netsurf.git/shortlog/70a70e111222378f63f9df9aa441cc585f6e6662
...commit
http://git.netsurf-browser.org/netsurf.git/commit/70a70e111222378f63f9df9aa441cc585f6e6662
...tree
http://git.netsurf-browser.org/netsurf.git/tree/70a70e111222378f63f9df9aa441cc585f6e6662
The branch, master has been updated
via 70a70e111222378f63f9df9aa441cc585f6e6662 (commit)
from b1c99fe8dd3b1a424a1e4275c9f0df3adc4e589b (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=70a70e111222378f63f9df9aa441cc585f6e6662
commit 70a70e111222378f63f9df9aa441cc585f6e6662
Author: John-Mark Bell <[email protected]>
Commit: John-Mark Bell <[email protected]>
Windows: link against -liphlpapi
Required by modern c-ares
diff --git a/frontends/windows/Makefile b/frontends/windows/Makefile
index 524f716fe..4d854301a 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 -lcrypt32
-mwindows
+LDFLAGS += -lgnurx -lgdi32 -lcomctl32 -lws2_32 -lmsimg32 -lshlwapi -liphlpapi
-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 524f716fe..4d854301a 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 -lcrypt32
-mwindows
+LDFLAGS += -lgnurx -lgdi32 -lcomctl32 -lws2_32 -lmsimg32 -lshlwapi -liphlpapi
-lcrypt32 -mwindows
CFLAGS += -U__STRICT_ANSI__ -mwin32
# only windows versions after XP are supported
--
NetSurf Browser