mirror of
https://github.com/torarnv/sparsebundlefs.git
synced 2026-02-26 18:35:50 +01:00
Update hfsfuse to version 0.153-0c63f43
This commit is contained in:
2
Makefile
2
Makefile
@@ -159,7 +159,7 @@ hfsfuse: $(HFSFUSE_DEPS)
|
||||
$(call ensure_binary,git)
|
||||
@printf "Building hfsfuse... \n"
|
||||
@tmpdir=$$(mktemp -d); GIT_DIR=$(HFSFUSE_DIR)/.git GIT_WORK_TREE=$$tmpdir git checkout . \
|
||||
&& make -C $$tmpdir CFLAGS="$(ARCH_FLAGS) -D_FILE_OFFSET_BITS=64" LDFLAGS=$(ARCH_FLAGS) \
|
||||
&& GIT_DIR=$(HFSFUSE_DIR)/.git make -C $$tmpdir CONFIG_CFLAGS="$(ARCH_FLAGS) -D_FILE_OFFSET_BITS=64" LDFLAGS=$(ARCH_FLAGS) >/dev/null \
|
||||
&& cp $$tmpdir/hfsfuse $(CURDIR) && cp $$tmpdir/hfsdump $(CURDIR) \
|
||||
&& printf "OK\n" && rm -Rf $$tmpdir
|
||||
|
||||
|
||||
2
src/3rdparty/hfsfuse
vendored
2
src/3rdparty/hfsfuse
vendored
Submodule src/3rdparty/hfsfuse updated: fca1c8866a...0c63f43339
Reference in New Issue
Block a user