Skip to content

Commit bef0226

Browse files
committed
Update hfsfuse to version 0.153-0c63f43
1 parent 05edfd7 commit bef0226

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -159,7 +159,7 @@ hfsfuse: $(HFSFUSE_DEPS)
159159
$(call ensure_binary,git)
160160
@printf "Building hfsfuse... \n"
161161
@tmpdir=$$(mktemp -d); GIT_DIR=$(HFSFUSE_DIR)/.git GIT_WORK_TREE=$$tmpdir git checkout . \
162-
&& make -C $$tmpdir CFLAGS="$(ARCH_FLAGS) -D_FILE_OFFSET_BITS=64" LDFLAGS=$(ARCH_FLAGS) \
162+
&& GIT_DIR=$(HFSFUSE_DIR)/.git make -C $$tmpdir CONFIG_CFLAGS="$(ARCH_FLAGS) -D_FILE_OFFSET_BITS=64" LDFLAGS=$(ARCH_FLAGS) >/dev/null \
163163
&& cp $$tmpdir/hfsfuse $(CURDIR) && cp $$tmpdir/hfsdump $(CURDIR) \
164164
&& printf "OK\n" && rm -Rf $$tmpdir
165165

src/3rdparty/hfsfuse

Submodule hfsfuse updated 55 files

0 commit comments

Comments
 (0)