Description: add environment variables
 add some environment variables when building
---
The information above should follow the Patch Tagging Guidelines, please
checkout http://dep.debian.net/deps/dep3/ to learn about the format. Here
are templates for supplementary fields that you might want to add:

Origin: <vendor|upstream|other>, <url of original patch>
Bug: <url in upstream bugtracker>
Bug-Debian: https://bugs.debian.org/<bugnumber>
Bug-Ubuntu: https://launchpad.net/bugs/<bugnumber>
Forwarded: <no|not-needed|url proving that it has been forwarded>
Reviewed-By: <name and email of someone who approved the patch>
Last-Update: <YYYY-MM-DD>

--- timefind-1.0.2.5.orig/Makefile
+++ timefind-1.0.2.5/Makefile
@@ -32,10 +32,10 @@ ifeq ($(OLDGO),1)
 endif
 
 bin/timefind:
-	go build -o ./bin/timefind ./src/timefind
+	GOPATH=$(CURDIR) GO15VENDOREXPERIMENT=1 go build -o ./bin/timefind ./src/timefind
 
 bin/timefind_indexer:
-	go build -o ./bin/timefind_indexer ./src/indexer
+	GOPATH=$(CURDIR) GO15VENDOREXPERIMENT=1 go build -o ./bin/timefind_indexer ./src/indexer
 
 symlink-clean:
 ifeq ($(OLDGO),1)
