From: Michael Belyaev Date: Mon, 23 Jan 2017 08:00:20 +0000 (+0300) Subject: hfsprogs: fix building on macOS X-Git-Url: http://git.99rst.org/?a=commitdiff_plain;h=087235436787ee450c046083033d1844e6c42868;p=openwrt-packages.git hfsprogs: fix building on macOS Signed-off-by: Michael Belyaev --- diff --git a/utils/hfsprogs/patches/0001-Create-short-Makefiles-for-Debian.patch b/utils/hfsprogs/patches/0001-Create-short-Makefiles-for-Debian.patch index a8c419369..98a4ea87f 100644 --- a/utils/hfsprogs/patches/0001-Create-short-Makefiles-for-Debian.patch +++ b/utils/hfsprogs/patches/0001-Create-short-Makefiles-for-Debian.patch @@ -69,7 +69,7 @@ index 0000000..8c07196 +OFILES = $(CFILES:.c=.o) + +libdfa.a: $(OFILES) -+ ar rc $@ $? ++ $(AR) rc $@ $? + +clean: + $(RM) $(OFILES) libdfa.a