Vendor update

This commit is contained in:
Morgan Bazalgette
2017-07-25 14:58:07 +02:00
parent 8ebe5f6a02
commit e5f062ee91
23 changed files with 382 additions and 228 deletions

1
vendor/gopkg.in/redis.v5/Makefile generated vendored
View File

@@ -15,4 +15,5 @@ testdata/redis:
wget -qO- https://github.com/antirez/redis/archive/unstable.tar.gz | tar xvz --strip-components=1 -C $@
testdata/redis/src/redis-server: testdata/redis
sed -i 's/libjemalloc.a/libjemalloc.a -lrt/g' $</src/Makefile
cd $< && make all