summaryrefslogtreecommitdiff
path: root/src/hub/Makefile
diff options
context:
space:
mode:
authorChristian Pointner <equinox@spreadspace.org>2014-11-27 23:55:59 +0100
committerChristian Pointner <equinox@spreadspace.org>2014-11-27 23:55:59 +0100
commit9a100d79cfdfd02920d773ebb07b78d003107651 (patch)
treeb5a8d886f757c806d27c282c83a287e582d27322 /src/hub/Makefile
parentterms aggregation for nested data works now (diff)
parenthub: fix storing tags, returning clients,tags (diff)
Merge branch 'master' of gitspread:sfive
Diffstat (limited to 'src/hub/Makefile')
-rw-r--r--src/hub/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/hub/Makefile b/src/hub/Makefile
index eab73bd..1cb9eee 100644
--- a/src/hub/Makefile
+++ b/src/hub/Makefile
@@ -41,7 +41,7 @@ getlibs:
$(GOCMD) get "github.com/mattn/go-sqlite3"
$(GOCMD) get "github.com/zenazn/goji"
$(GOCMD) get "code.google.com/p/go-uuid/uuid"
- $(GOCMD) get "github.com/go-sql-driver/mysql"
+# $(GOCMD) get "github.com/go-sql-driver/mysql"
# $(GOCMD) get "github.com/ziutek/mymysql/godrv"
build: export GOPATH=$(curdir)