From bef02269ce2116f05b24d32f643b91682ea65540 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tor=20Arne=20Vestb=C3=B8?= Date: Wed, 7 Jul 2021 01:02:01 +0200 Subject: [PATCH] Update hfsfuse to version 0.153-0c63f43 --- Makefile | 2 +- src/3rdparty/hfsfuse | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 3bd4f29..9f17b84 100644 --- a/Makefile +++ b/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 diff --git a/src/3rdparty/hfsfuse b/src/3rdparty/hfsfuse index fca1c88..0c63f43 160000 --- a/src/3rdparty/hfsfuse +++ b/src/3rdparty/hfsfuse @@ -1 +1 @@ -Subproject commit fca1c8866a86132ca25f14d78015258d6c64aa48 +Subproject commit 0c63f4333919f1f8c86ac81ab733575c43b8d7b1