diff --git a/deps/Makefile b/deps/Makefile index ad40a39eb..2ba542726 100644 --- a/deps/Makefile +++ b/deps/Makefile @@ -154,10 +154,13 @@ endif cd libmicrohttpd/libmicrohttpd && ./configure --enable-https && CC=${CC} CXX=${CXX} ${MAKE} microhttpd: libmicrohttpd/libmicrohttpd/src/microhttpd/.libs/libmicrohttpd.a + cityhash/cityhash/src/.libs/libcityhash.a: - cd cityhash && rm -rf cityhash/ || true - cd cityhash && tar -zxf cityhash.tar.gz - cd cityhash/cityhash && cp ../config.guess . && chmod +x config.guess && cp ../config.sub . && chmod +x config.sub && ./configure && CC=${CC} CXX=${CXX} ${MAKE} + cd cityhash && rm -rf cityhash-*/ || true + cd cityhash && tar -zxf cityhash-*.tar.gz && sync +# cd cityhash/cityhash && cp ../config.guess . && chmod +x config.guess && cp ../config.sub . && chmod +x config.sub && ./configure && CC=${CC} CXX=${CXX} ${MAKE} + cd cityhash/cityhash && ./configure && CC=${CC} CXX=${CXX} ${MAKE} + cityhash: cityhash/cityhash/src/.libs/libcityhash.a lz4/lz4/liblz4.a: diff --git a/deps/cityhash/cityhash b/deps/cityhash/cityhash new file mode 120000 index 000000000..f3808129c --- /dev/null +++ b/deps/cityhash/cityhash @@ -0,0 +1 @@ +cityhash-1.1.1-5-gf5dc541 \ No newline at end of file diff --git a/deps/cityhash/cityhash-1.1.1-5-gf5dc541.tar.gz b/deps/cityhash/cityhash-1.1.1-5-gf5dc541.tar.gz new file mode 100644 index 000000000..282c04cf2 Binary files /dev/null and b/deps/cityhash/cityhash-1.1.1-5-gf5dc541.tar.gz differ diff --git a/deps/cityhash/cityhash.tar.gz b/deps/cityhash/cityhash.tar.gz deleted file mode 100644 index 0e54e71a6..000000000 Binary files a/deps/cityhash/cityhash.tar.gz and /dev/null differ