File tree Expand file tree Collapse file tree 3 files changed +4
-28
lines changed
Expand file tree Collapse file tree 3 files changed +4
-28
lines changed Original file line number Diff line number Diff line change @@ -287,15 +287,6 @@ echo "Finished patching $LIBEVENT_SOURCE"
287287# cd -
288288# echo "Finished patching $THRIFT_SOURCE"
289289
290- # lz4 patch to disable shared library
291- cd $TP_SOURCE_DIR /$LZ4_SOURCE
292- if [ ! -f $PATCHED_MARK ] && [ $LZ4_SOURCE == " lz4-1.7.5" ]; then
293- patch -p0 < $TP_PATCH_DIR /lz4-1.7.5.patch
294- touch $PATCHED_MARK
295- fi
296- cd -
297- echo " Finished patching $LZ4_SOURCE "
298-
299290cd $TP_SOURCE_DIR /$ROCKSDB_SOURCE
300291if [ ! -f $PATCHED_MARK ] && [ $ROCKSDB_SOURCE == " rocksdb-6.22.1" ]; then
301292 patch -p1 < $TP_PATCH_DIR /rocksdb-6.22.1-metadata-header.patch
Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -145,10 +145,10 @@ ZLIB_SOURCE=zlib-1.2.11
145145ZLIB_MD5SUM=" 0095d2d2d1f3442ce1318336637b695f"
146146
147147# lz4
148- LZ4_DOWNLOAD=" https://github.com/lz4/lz4/archive/v1.9.4 .tar.gz"
149- LZ4_NAME=lz4-1.9.4 .tar.gz
150- LZ4_SOURCE=lz4-1.9.4
151- LZ4_MD5SUM=" e9286adb64040071c5e23498bf753261 "
148+ LZ4_DOWNLOAD=" https://github.com/lz4/lz4/archive/v1.10.0 .tar.gz"
149+ LZ4_NAME=lz4-1.10.0 .tar.gz
150+ LZ4_SOURCE=lz4-1.10.0
151+ LZ4_MD5SUM=" dead9f5f1966d9ae56e1e32761e4e675 "
152152
153153# bzip
154154BZIP_DOWNLOAD=" https://fossies.org/linux/misc/bzip2-1.0.8.tar.gz"
You can’t perform that action at this time.
0 commit comments