Gitweb links:
...log
http://git.netsurf-browser.org/netsurf.git/shortlog/76583d63ecccd3e37e6b3a33330caa2fb71dce4d
...commit
http://git.netsurf-browser.org/netsurf.git/commit/76583d63ecccd3e37e6b3a33330caa2fb71dce4d
...tree
http://git.netsurf-browser.org/netsurf.git/tree/76583d63ecccd3e37e6b3a33330caa2fb71dce4d
The branch, master has been updated
via 76583d63ecccd3e37e6b3a33330caa2fb71dce4d (commit)
from de982b4d3e9c7e6b6f100e383d647f0edc9321a3 (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/commitdiff/76583d63ecccd3e37e6b3a33330caa2fb71dce4d
commit 76583d63ecccd3e37e6b3a33330caa2fb71dce4d
Author: Vincent Sanders <[email protected]>
Commit: Vincent Sanders <[email protected]>
link math library
diff --git a/monkey/Makefile.target b/monkey/Makefile.target
index a60c1d7..3524b31 100644
--- a/monkey/Makefile.target
+++ b/monkey/Makefile.target
@@ -36,7 +36,7 @@
$(shell $(PKG_CONFIG) --cflags openssl) \
$(shell xml2-config --cflags)
- MONKEYLDFLAGS := $(shell $(PKG_CONFIG) --cflags --libs glib-2.0 lcms)
+ MONKEYLDFLAGS := -lm $(shell $(PKG_CONFIG) --cflags --libs glib-2.0 lcms)
CFLAGS += $(MONKEYCFLAGS) -Werror
LDFLAGS += $(MONKEYLDFLAGS)
-----------------------------------------------------------------------
Summary of changes:
monkey/Makefile.target | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/monkey/Makefile.target b/monkey/Makefile.target
index a60c1d7..3524b31 100644
--- a/monkey/Makefile.target
+++ b/monkey/Makefile.target
@@ -36,7 +36,7 @@
$(shell $(PKG_CONFIG) --cflags openssl) \
$(shell xml2-config --cflags)
- MONKEYLDFLAGS := $(shell $(PKG_CONFIG) --cflags --libs glib-2.0 lcms)
+ MONKEYLDFLAGS := -lm $(shell $(PKG_CONFIG) --cflags --libs glib-2.0 lcms)
CFLAGS += $(MONKEYCFLAGS) -Werror
LDFLAGS += $(MONKEYLDFLAGS)
--
NetSurf Browser
_______________________________________________
netsurf-commits mailing list
[email protected]
http://vlists.pepperfish.net/cgi-bin/mailman/listinfo/netsurf-commits-netsurf-browser.org