mirror of
https://github.com/Kron4ek/Conty
synced 2024-12-26 09:58:38 +01:00
Update dwarfs
Update dwarfs to the latest git revision (525d7d6)
This commit is contained in:
parent
53e64b65bf
commit
c5684398b4
2 changed files with 3 additions and 7 deletions
|
@ -87,11 +87,7 @@ if [ ! "$(ldd utils/squashfuse | grep libfuse.so.2)" ]; then
|
|||
fi
|
||||
|
||||
if [ "${build_dwarfs}" = "true" ]; then
|
||||
git clone https://github.com/mhx/dwarfs.git -b wip --recursive
|
||||
|
||||
# Fix compilation with Boost 1.79
|
||||
wget -q --show-progress -O boost.patch "https://github.com/facebook/fbthrift/commit/5bd55f11e1b6cc2cb08a0001f9c77f56fb8ac649.patch"
|
||||
patch -d dwarfs/fbthrift -Np1 < boost.patch
|
||||
git clone https://github.com/mhx/dwarfs.git --recursive
|
||||
|
||||
mkdir dwarfs/build
|
||||
cd dwarfs/build
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:8b55e68b622c894bb44ba22b2d74d88762b4e0ba612fcdc154ba904fec633ff0
|
||||
size 8785371
|
||||
oid sha256:52bbeac810020891f53724809abd314d2c03fa4b6fd3ec11621ded3904bc8f4d
|
||||
size 8869525
|
||||
|
|
Loading…
Reference in a new issue