summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOpenShift Merge Robot <openshift-merge-robot@users.noreply.github.com>2019-02-13 22:40:31 +0100
committerGitHub <noreply@github.com>2019-02-13 22:40:31 +0100
commit29d9ccf38158235ef37e4f5c20ad152bb396e3b9 (patch)
treefcedc0f400ba41ac694699597f55a0e89972cdae
parenta05e9c8f607806f3d62d17e57bdf3a6926ed8bce (diff)
parentd2601eeaa304bb9f4d6c8b2d976b051ced6d5027 (diff)
downloadpodman-29d9ccf38158235ef37e4f5c20ad152bb396e3b9.tar.gz
podman-29d9ccf38158235ef37e4f5c20ad152bb396e3b9.tar.bz2
podman-29d9ccf38158235ef37e4f5c20ad152bb396e3b9.zip
Merge pull request #2330 from baude/issue1842
build varlink without GOPATH
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index f73792980..f634fcc81 100644
--- a/Makefile
+++ b/Makefile
@@ -94,6 +94,7 @@ help:
ifeq ("$(wildcard $(GOPKGDIR))","")
mkdir -p "$(GOPKGBASEDIR)"
ln -sf "$(CURDIR)" "$(GOPKGBASEDIR)"
+ ln -sf "$(CURDIR)/vendor/github.com/varlink" "$(FIRST_GOPATH)/src/github.com/varlink"
endif
touch $@