Gitweb links:
...log
http://git.netsurf-browser.org/libnsutils.git/shortlog/4fc947676f34bb8157...
...commit
http://git.netsurf-browser.org/libnsutils.git/commit/4fc947676f34bb8157af...
...tree
http://git.netsurf-browser.org/libnsutils.git/tree/4fc947676f34bb8157afaf...
The branch, master has been updated
via 4fc947676f34bb8157afaf0038c042ebcca16b1c (commit)
from 228710c55bc4e8f69ad56ad981b25a0c4ce41a4c (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/libnsutils.git/commit/?id=4fc947676f34bb81...
commit 4fc947676f34bb8157afaf0038c042ebcca16b1c
Author: Vincent Sanders <vince(a)kyllikki.org>
Commit: Vincent Sanders <vince(a)kyllikki.org>
cope with HOST/BUILD change in buildsystem
diff --git a/Makefile b/Makefile
index b6a1448..807ba75 100644
--- a/Makefile
+++ b/Makefile
@@ -30,7 +30,7 @@ REQUIRED_LIBS := nsutils
# Strictly the requirement for rt is dependant on both the clib and if
# the build is using rt features like clock_gettime() but this check
# will suffice
-ifeq ($(BUILD),x86_64-linux-gnu)
+ifeq ($(HOST),x86_64-linux-gnu)
REQUIRED_LIBS := $(REQUIRED_LIBS) rt
endif
-----------------------------------------------------------------------
Summary of changes:
Makefile | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/Makefile b/Makefile
index b6a1448..807ba75 100644
--- a/Makefile
+++ b/Makefile
@@ -30,7 +30,7 @@ REQUIRED_LIBS := nsutils
# Strictly the requirement for rt is dependant on both the clib and if
# the build is using rt features like clock_gettime() but this check
# will suffice
-ifeq ($(BUILD),x86_64-linux-gnu)
+ifeq ($(HOST),x86_64-linux-gnu)
REQUIRED_LIBS := $(REQUIRED_LIBS) rt
endif
--
NetSurf generalised utility library