Gitweb links:
...log
http://git.netsurf-browser.org/netsurf.git/shortlog/55f8a41cfe2e5570c62e9...
...commit
http://git.netsurf-browser.org/netsurf.git/commit/55f8a41cfe2e5570c62e94d...
...tree
http://git.netsurf-browser.org/netsurf.git/tree/55f8a41cfe2e5570c62e94d42...
The branch, master has been updated
via 55f8a41cfe2e5570c62e94d42e5f579daec31e4b (commit)
from 7bc29f778280c8b4138206313774f5c589a8da4e (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=55f8a41cfe2e5570c62...
commit 55f8a41cfe2e5570c62e94d42e5f579daec31e4b
Author: Vincent Sanders <vince(a)kyllikki.org>
Commit: Vincent Sanders <vince(a)kyllikki.org>
Updated mingw32 toolchain names the regex library something different
diff --git a/windows/Makefile.target b/windows/Makefile.target
index 0e08356..5773a0c 100644
--- a/windows/Makefile.target
+++ b/windows/Makefile.target
@@ -25,7 +25,7 @@ else
LDFLAGS += -lcurl -lz
endif
-LDFLAGS += -lssl -lcrypto -lregex -lgdi32 -lcomctl32 -lws2_32 -lmsimg32 -mwindows
+LDFLAGS += -lssl -lcrypto -lgnurx -lgdi32 -lcomctl32 -lws2_32 -lmsimg32 -mwindows
CFLAGS += -U__STRICT_ANSI__ -mwin32
# only windows versions after XP are supported
-----------------------------------------------------------------------
Summary of changes:
windows/Makefile.target | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/windows/Makefile.target b/windows/Makefile.target
index 0e08356..5773a0c 100644
--- a/windows/Makefile.target
+++ b/windows/Makefile.target
@@ -25,7 +25,7 @@ else
LDFLAGS += -lcurl -lz
endif
-LDFLAGS += -lssl -lcrypto -lregex -lgdi32 -lcomctl32 -lws2_32 -lmsimg32 -mwindows
+LDFLAGS += -lssl -lcrypto -lgnurx -lgdi32 -lcomctl32 -lws2_32 -lmsimg32 -mwindows
CFLAGS += -U__STRICT_ANSI__ -mwin32
# only windows versions after XP are supported
--
NetSurf Browser