summaryrefslogtreecommitdiff
path: root/src/daq/s5proxy
diff options
context:
space:
mode:
authorChristian Pointner <equinox@spreadspace.org>2017-03-11 01:12:50 +0100
committerChristian Pointner <equinox@spreadspace.org>2017-03-11 01:12:50 +0100
commit25ebbdc372e6b5f1c4b4156669d5c045fe158372 (patch)
tree564f44dab2e1685646ff4b9b06f1e92217c76efc /src/daq/s5proxy
parentadded forwarding for piwik (diff)
make build with non standard goroot possible
Diffstat (limited to 'src/daq/s5proxy')
-rw-r--r--src/daq/s5proxy/Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/daq/s5proxy/Makefile b/src/daq/s5proxy/Makefile
index f737d2d..db0c259 100644
--- a/src/daq/s5proxy/Makefile
+++ b/src/daq/s5proxy/Makefile
@@ -32,6 +32,9 @@
curdir:= $(shell pwd)
GOCMD := GOPATH=$(curdir) go
+ifdef GOROOT
+GOCMD := GOPATH=$(curdir) $(GOROOT)/bin/go
+endif
EXECUTEABLE := s5proxy